Skip to content

Latest commit

 

History

History

2_intro_to_python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
group hidden
Introduction
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.