Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 843 Bytes

File metadata and controls

27 lines (22 loc) · 843 Bytes
group Introduction
hidden true

Python Fundamentals

This section goes deeper into Python, covering many essential features.

We'll cover:

  • If statements
  • Loops
  • Destructuring
  • Iteration
  • Break and continue
  • Slicing
  • List, set, and dictionary comprehensions
  • zip and enumerate
  • map and filter
  • 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.