Within minutes of starting to learn Python, everyone learns how to define a variable. You can say: x = 100 and voila!  Your You have created a variable “x”, and assigned the integer value 100 to it.  It couldn’t be simpler than that. But guess what?  This isn’t the only ...

Read More

“Weekly Python Exercise” starts on January 2nd, and is designed to help intermediate Python developers level up their coding skills.  But registration ends on December 20th!  What does the course include, how does it work, and what do you get for $180?  I explain it all in this video… More ...

Read More

A few weeks ago, I asked subscribers to my free, weekly “Better developers” list to send me their Python problems.  I got about 20 responses from around the world, some more complex than others.  I promised to answer some of them in video. Why? Because becoming an expert Python developer ...

Read More