What you need to get started and become a python developer

Python, no doubt, is one of the most popular programming languages around. It runs on multiple platforms like Mac, Linux, and windows. People use it to do lots of nice stuff, ranging from automation to AI, to applications and to websites. As a beginner just entering the Python learning fray, here are a few tips … More What you need to get started and become a python developer

11 Things Every Serious Python Developer Should Know

Written by: Stefan Bradstreet Somewhere in your life you decided you wanted to learn python. You took the initiative to download and install Python and then you’ve learned how to declare variables and call functions with ease. Then you’ve worked through several tutorials and are comfortable making a guess the number game, password generator, and … More 11 Things Every Serious Python Developer Should Know

10 Year Road Map to Achieve Great Success in Python and Software Development

Have you ever wondered how to proceed with your dreams of being a software developer? In the Python coding facebook group I’ve seen a lot of questions involving starting a career in python such as this one below: “What skills must an amateur know and possess before applying for a Python developer job? Need a … More 10 Year Road Map to Achieve Great Success in Python and Software Development

Storing data in memory using variables in Python

Imagine you’ve just started your journey in the coding world and don’t quite understand what all these “Hello World” programs are actually doing. At some point in time this was EVERYONE so no need to feel alone or embarrassed. In this article I’ll go into deeper detail over what a Python program is doing when … More Storing data in memory using variables in Python