Depths of Python: An Advanced Python Workshop
This workshop aims to illuminate Python's beautiful features, which become apparent only when building complex interfaces or meta systems. This workshop is designed for beginners and students who knows how to write plain scripts but gets stuck when want to work on larger programs and libraries
Unlike other workshops, we will draw real-life examples and deconstruct them so that we build intuition. For example, to learn decorators, the best example is a logger, but a real-life example is @app.get
from Flask.
By the end of the workshop, the participants will get an intuitive understanding and know how to use advanced features of Python, like decorators, context managers, metaclasses etc.,