2020-05-26 17:52:06 -05:00
|
|
|
# Practical Python Programming
|
|
|
|
|
|
2020-05-26 18:46:56 -05:00
|
|
|
## Table of Contents
|
|
|
|
|
|
2020-05-29 19:15:25 +05:30
|
|
|
* [0. Course Setup (READ FIRST!)](00_Setup.md)
|
|
|
|
|
* [1. Introduction to Python](01_Introduction/00_Overview.md)
|
|
|
|
|
* [2. Working with Data](02_Working_with_data/00_Overview.md)
|
|
|
|
|
* [3. Program Organization](03_Program_organization/00_Overview.md)
|
|
|
|
|
* [4. Classes and Objects](04_Classes_objects/00_Overview.md)
|
|
|
|
|
* [5. The Inner Workings of Python Objects](05_Object_model/00_Overview.md)
|
|
|
|
|
* [6. Generators](06_Generators/00_Overview.md)
|
|
|
|
|
* [7. A Few Advanced Topics](07_Advanced_Topics/00_Overview.md)
|
|
|
|
|
* [8. Testing, Logging, and Debugging](08_Testing_debugging/00_Overview.md)
|
|
|
|
|
* [9. Packages](09_Packages/00_Overview.md)
|
2020-05-26 18:46:56 -05:00
|
|
|
|
2020-05-30 09:44:13 -05:00
|
|
|
Please see the [Instructor Notes](InstructorNotes.md) if you plan on
|
|
|
|
|
teaching the course.
|
|
|
|
|
|
2020-06-19 20:50:49 -05:00
|
|
|
[Home](../README.md)
|
2020-05-26 17:52:06 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-05-26 09:21:19 -05:00
|
|
|
|