Products
-
Object-Oriented Programming and Classes (Intermediate)
CourseA concise introduction to Object-Oriented Programming (OOP) and classes. The course focuses on the mindset and the ideas behind OOP and the fundamental to define a class and create instances of the class.
-
Advanced Animations (Intermediate)
CourseExplore techniques to create more advanced animations in Python while learning new concepts in programming.
-
Debugging (Intermediate)
CourseDebugging is an important part of coding. Making mistakes is part of coding, and learning how to find errors and bugs, and how to fix them, is key to good coding.
-
Data structure categories in Python (Intermediate)
CourseAfter learning about lists, dictionaries, tuples, and other data structures, it's important to learn about the categories they belong too. This course helps you dive deeper into understanding Python's data structures
-
Plotting Graphs and More with Matplotlib • Introduction to Visualisation (Advanced)
CourseAn introduction to Matplotlib and visualisation in Python
-
A Magical Tour Through Object-Oriented Programming in Python • Hogwarts School of Codecraft and Algorithmancy (Intermediate to Advanced)
CourseA different approach to learning object-oriented programming in Python, based on a Harry Potter theme! This course starts from the basics of OOP but also moves on to more advanced topics.