All Course Bundle
One payment to get access to all 12 courses forever plus a few more goodies, including your e-copy of The Python Coding Book and access to the exclusive forum
Here are all the products that are included in your bundle.
All Products, Beginners
A different way of learning to code in Python. This flagship course takes you through the basics of programming in a teaching style that's friendly and relaxed. The focus is on clarity and really understanding what's going on.
All Products, Beginners
A beginners' course with a difference. It's entirely visual. This course introduces the fundamentals of programming through graphics-based examples using Python's built-in `turtle` module. A fun way of learning the basics.
All Products, Beginners
Videos working through solutions to the Exercises in the beginners' course 'A Python Tale'. Discussions around each exercise include showing alternative solutions to problems.
All Products
All Products, Beginners
Introduction to debugging. Learning the key techniques to find and fix errors and bugs in your code.
All Products, Intermediate & Advanced
There's more than just the basic `for` loop. In this course we look at looping using `zip()` and `enumerate()`, the iterator protocol, list (and) comprehensions, generator expressions, `itertools`, `map()` and `filter()`, and more