Examples for Python Core course
- W3schools python tutorial
- Git cheetsheet 1
- Git cheetsheet 2
- Refactoring Guru
- Leetcode to practice your problem solving
- Clean code (there are other books in the repo you may be interested in)
- Entry point explained
- Args and kwargs explained
- Recursion vs Iteration 1
- Recursion vs Iteration 2
- Next step after simple venv - poetry
- Codewars to have more practive
- More to watch and learn about regular expressions
- About files in python
- What is garbage collector in python and how it works
- About python packaging
- Pip commands list
- Have fun watching uncle bob
- Regex tutorial 1
- Regex tutorial 2
- Regex tutorial 3
- Named tuple
- Decorators 1
- Generators and iterators
- Comprehensions vs filter/map/reduce
- Classes in python
- Getters and setters
- Class/static methods