Free Trial: The Python Coding Place Membership
Free one week trial to get access to all video courses
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, 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
All Products, Intermediate & Advanced
A deeper dive into functions, including using default arguments, positional and keyword arguments, *args and **kwargs, positional-only and keyword-only arguments, and generator functions.
All Products, Beginners
Introduction to debugging. Learning the key techniques to find and fix errors and bugs in your code.
All Products, Intermediate & Advanced
A gentle introduction to Object-Oriented Programming (OOP). This course doesn't try to cover everything there is to cover in OOP. Instead, it focuses on the fundamentals of OOP and the OOP mindset.