group | hidden |
---|---|
Introduction |
true |
This section goes deeper into Python, covering many essential features.
We'll cover:
- If statements
- Loops
- Destructuring
- Iteration
Break
andcontinue
- Slicing
- List, set, and dictionary comprehensions
zip
andenumerate
map
andfilter
- Functions
- Arguments, parameters, and return values
- Default parameter values
- Lambda functions
You can see the lectures folder for a break down of all the topics and the code in each.
In the notes folder you can download Markdown or PDF cheatsheets to help you remember some key points.