Guide/classes to learn python topics such as testing, design patters, Async ....
Design patterns and python recipes.
Repository dedicated to explain python programming concepts.
so far we have.
1 - data_classes: discussion on data classes, what problem is trying to solve, how are they solving it, correct implementation of dataclasses and best guidance.
2 - concurrency: discussion about concurrency in python, limitations, differences between threading and multiprocessing and when to use each.
3 - testing: guidance with examples on testing, pytest package is covered in detail.