- Growing skills related to OOP, clean code and patterns.
- Code sandbox - set of very different modules of my own design
- Having all smaller projects in one place.
- Usage of external packages brought to minimum.
- CodeWars' Kata - Implementation of specific tasks from CodeWars platform
- Place for sharing my approach to given task
- Running tests with
pytestincluding coverage (pytest-covpackage required). - Results are redirected to
pytest-coverage.txtfile.
- Command:
pytest --cov > pytest-coverage.txt