How I explain 'break' in a Python Programming course
‘break’ may not be an essential Python syntax, but it can simplify your code. This is the story I tell to explain ‘break’
‘break’ may not be an essential Python syntax, but it can simplify your code. This is the story I tell to explain ‘break’
Not everyone learns at the same speed or in the same way. I create many exercises for each course, with different exercises for different learners
My top tips for putting a course back on track when you have too much to cover in too little time
When, why and how I teach Python’s walrus operator
Has AI reached a point where we no longer need to write Python code ourselves, let alone learn Python?
When working in Python you may not think about what is or isn’t an expression. Yet it makes understanding variables, name spaces and more much easier
Integrated Development Environments are great for professional developers. But should you really ask beginners to use an IDE? And, why did I choose PyCharm over all the others?