| group | hidden |
|---|---|
Introduction |
true |
This section goes deeper into Python, covering many essential features.
We'll cover:
- If statements
- Loops
- Destructuring
- Iteration
Breakandcontinue- Slicing
- List, set, and dictionary comprehensions
zipandenumeratemapandfilter- 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.