Intermediate Python: Classes and Testing

All our offers are free of charge!

How does object oriented programming work in python? How can I ensure that my code is solidly built before I give it to someone else? In this hands-on workshop, we build a simple project, learning how to use classes to build complex objects and processes, while keeping our code easy to maintain. We also implent some simple tests with pytest, to ensure that our code works as intended.