Products
-
A Python Tale: A Relaxed Stroll Through Programming Basics (For Beginners)
CourseA 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.
-
A Turtle Tale
CourseA 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.
-
Worked Exercises for A Python Tale
CourseVideos working through solutions to the Exercises in the beginners' course 'A Python Tale'. Discussions around each exercise include showing alternative solutions to problems.
-
Becoming Sherlock • Debugging is Like Detective Work
CourseIntroduction to debugging. Learning the key techniques to find and fix errors and bugs in your code.