Back • Return Home
Python Tutorial: Expert Level
The YouTube channel Tech With Tim has a huge number of Python tutorials, including several courses that clearly explain many different aspects of the language. These are some notes on the expert level course.
Contents
• 1 - Overview of Python & How It Works
• 2 - Dunder / Magic Methods & The Python Data Model
• 3 - Metaclasses & How Classes Really Work
• 4 - Decorators
• 5 - Generators
• 6 - Context Managers
1 - Overview of Python & How It Works
[Video Link]
2 - Dunder / Magic Methods & The Python Data Model
[Video Link]
3 - Metaclasses & How Classes Really Work
[Video Link]
4 - Decorators
[Video Link]
5 - Generators
[Video Link]
6 - Context Managers
[Video Link]