Continuation to Python (Intermediate Level)
SAT Score Range
•
2 sessions
✨ Be the first
Enrollment for this series has closed.
About
This is an intermediate level Python series that will go from functional programming techniques and data structures to object-oriented programming, error handling, and file operations.
✋ ATTENDANCE POLICY
Try your best to not miss any sessions as each session will build on top of the previous sessions.
SESSION 1
19
Sep
SESSION 1
Python
Python
Fri 12:30 PM - 1:30 PM UTCSep 19, 12:30 PM - 1:30 PM UTC
We will go over defining functions with def, parameters & arguments, return statements & return values, local vs global scope, and default parameter values.
SESSION 2
26
Sep
SESSION 2
Python
Python
Fri 12:30 PM - 1:30 PM UTCSep 26, 12:30 PM - 1:30 PM UTC
We will go over *args & **kwargs, lambda functions, functions as first-class objects, nested functions & closures, and decorators.