Lecture materials for python core lectures
- Where download python?
- W3schools python tutorial
- Git cheetsheet 1
- Git cheetsheet 2
- Refactoring Guru
- VS code shortcuts
- Python installation tutorial https://realpython.com/python-use-global-variable-in-function/
- Leetcode to practice your problem solving
- Clean code (there are other books in the repo you may be interested in)
- Dynamic typing vs staic typing
- Entry point explained
- Args and kwargs explained
- Globals vs locals
- Recursion vs Iteration 1
- Recursion vs Iteration 2
- Pip commands list
- Have fun watching uncle bob
- Regex tutorial 1
- Regex tutorial 2
- Regex tutorial 3
- Named tuple
- Pre-commit to run black every time commit is done
- Decorators 1
- Generators and iterators
- [Comprehensions vs filter/map/reduce](https://www.knowledgehut.com/blog/