- How Python actually running
- Python Objects: everything is an object
- Garbage Collection - Fred Baptiste course
- Context Manager
- Functions in Python
- Type Hint
- Errors handling
- Python The File System
- Algorithms
- Python extra features
- Python features to keep in mind when coding
- Python builtin data structure
- Unpacking
- Agrs and Kwargs
- What is self
- Python HOWTOs
https://www.udemy.com/course/python3-fundamentals/learn/lecture/35144960#overview
https://www.udemy.com/course/python3-fundamentals/learn/lecture/35149676#overview
https://www.udemy.com/course/python-3-deep-dive-part-1/learn/lecture/7192344#overview
https://www.infoshareacademy.online/products/python-wtajemniczenie/categories/2148421071
https://www.udemy.com/course/python-3-deep-dive-part-1/learn/lecture/7736812#overview
This is section from Fred Baptiste course.
https://www.udemy.com/course/python3-fundamentals/learn/lecture/35151088#announcements
https://www.udemy.com/course/python3-fundamentals/learn/lecture/35151092#overview
https://learning.oreilly.com/library/view/robust-python/9781098100650/part01.html
https://www.infoshareacademy.online/products/python-wtajemniczenie/categories/4302467
https://learning.oreilly.com/library/view/python-in-a/9781098113544/ch05.html#other_type_checkers
https://www.infoshareacademy.online/products/python-poczatek/categories/4280844
https://learning.oreilly.com/library/view/effective-python-90/9780134854717/ch08.xhtml#item65
https://learning.oreilly.com/library/view/python-in-a/9781098113544/ch06.html
https://learning.oreilly.com/library/view/automate-the-boring/9781098122584/xhtml/ch09.xhtml
https://learning.oreilly.com/library/view/automate-the-boring/9781098122584/xhtml/ch10.xhtml
https://learning.oreilly.com/library/view/python-distilled/9780134173399/ch09.xhtml#ch09lev1sec1
https://learning.oreilly.com/library/view/introducing-python-2nd/9781492051374/ch14.html#text_write
https://www.udemy.com/course/python-3-deep-dive-part-1/learn/lecture/7622694#overview > https://www.udemy.com/course/python-3-deep-dive-part-1/learn/lecture/7622698#overview
https://www.udemy.com/course/python-3-deep-dive-part-1/learn/lecture/7622720#overview
https://www.udemy.com/course/python-3-deep-dive-part-1/learn/lecture/7687160#overview > https://www.udemy.com/course/python-3-deep-dive-part-1/learn/lecture/7691968#overview
https://www.infoshareacademy.online/products/python-poczatek/categories/4280613/posts/14370370
https://www.infoshareacademy.online/products/python-poczatek/categories/4280613/posts/14370375
https://www.udemy.com/course/python-3-deep-dive-part-1/learn/lecture/7785298#overview
https://www.udemy.com/course/python-3-deep-dive-part-1/learn/lecture/7785302#overview
The best article describing the difference between *args and **kwargs I've ever read:
Based on Dr. Fred Baptiste course, the best explanation of self I've ever heard:
- Initializing Classes - Lecture