Advanced Programming in Python: Winter 2022 Online
Notes, etc. for UWPCE Winter class of Py320: Advanced Programming in Python
These notes are used to help guide class time.
The notes themselves, and any example code, will be updated as the class progresses.
These notes are rendered from this gitHub repo:
https://github.com/UWPCE-PythonCert-ClassRepos/Python320-Winter-2022
You can go there for Examples and Solutions as well.
Examples:
https://github.com/UWPCE-PythonCert-ClassRepos/Python320-Winter-2022/tree/main/Examples
Solutions:
https://github.com/UWPCE-PythonCert-ClassRepos/Python320-Winter-2022/tree/main/Solutions
Notes for each Lesson
- 1/11/2022: Intro and Testing, Coverage, and Linting
- 1/18/2022: Logging and Debugging
- 1/25/2022: Relational Databases
- 2/1/2022: Iteration
- 2/8/2022: Consuming APIs and NoSQL
- 2/15/2022: Profiling and Performance
- 2/22/2022: Concurrency and Async
- 3/1/2022: Functional Techniques
- 3/8/2022: Advanced Language Constructs
- 3/15/2022: API Design
- Chris’ Handy Testing Hints
- gitHub actions/workflows and CI
- Installing MongoDB