π Functions in Python π
Posted on Feb 16th, 2023
ποΈ Todayβs topics
- Collections in Python
- Functions
- Planning larger code projects
π― Project
Mystery Word
- Assignment Link
- Due Monday morning
π¦ Code & Notes
π Reference Material
Essential Python References
- Real Python
- β Official Python docs
- π The Python Standard Library
- LearnPython Tutorial -> A good reference with examples and exercises.
- A Byte of Python -> Use this as a reference, starting at First Steps. DO NOT follow the installation instructions to download Python β you already have Python installed!