Are You to Young to Become a Python Freelancer?

The short answer is no. You are not too young. Was Warren Buffet too young when buying his first stocks at the age of 11? Was Magnus Carlsen, the world’s best chess player, too young when he started playing chess at age 5? Was Mark Zuckerberg too young when he started Facebook? If anything else, … Read more

Is There a Python Certification?

Demand for great Python developers soars. Companies seek knowledgeable Python coders—and pay good money for them. If you’d become a great Python developer, you could easily earn six figures nowadays. Yet, companies need proof of your skills before hiring you. And if you are working as a freelance developer in the Python space, you’ll also … Read more

How to Convert a String to a Boolean in Python?

You can convert a string value s to a Boolean value using the Python function bool(s). Here are a few examples: As you can see, any string will be converted to the Boolean value True–with one exception: the empty string ”. This is contra-intuitive for many people because they think that the string ‘False’ should … Read more

[Video Collection] How to Start Your Successful Freelance Coding Business

​Do you want to learn to code, create your own coding business, and earn more money in the process? Over the months, I’ve created tons of short videos (many of them on the way home from ​my son’s kindergarden) ​to help you create a thriving coding business with Python. β€‹If you really want to accelerate your speed, … Read more

How to Differentiate Beginner from Professional Coder?

Every Python programmer has its own skill level with respect to Knowledge of the programming language and syntax Ability to solve problems Speed of code understanding Knowledge of algorithms and code complexity Ability to select appropriate data structures. Although it is challenging to aggregate these skills into a single number that quantifies the degree of … Read more