The repository contains all related files to the Fundamentals of Computer Programming with Python calss. You can find the subjects/code-parts/algorithms we've seen in the class here.
- Think Python: How to Think Like a Computer Scientist 2nd Edition by Allen B. Downey.
- PEP 1 – PEP Purpose and Guidelines
- PEP 8 – Style Guide for Python Code
- PEP 20 – The Zen of Python
- PEP 498 – Literal String Interpolation
- PEP 572 – Assignment Expressions
- PEP 636 – Structural Pattern Matching: Tutorial
- PEP 3101 – Advanced String Formatting