This site holds many of the materials for the University of Washington Professional and Continuing Education Python Certificate Introductory class
This site can be thought of as the textbook for Programming in Python: the first course in the program. It contains notes about the topics covered in the classes, programming exercises, supplemental materials about setting up a development environment, and assorted references about Python-related topics.
.. toctree::
:maxdepth: 2
./class_schedule/index
.. toctree::
:maxdepth: 2
modules/dev_environment/index
modules/index
exercises/index
This site is Open Source, released under the Creative Commons Attribution-ShareAlike 4.0 license.
It is built with the Sphinx documentation system, utilizing Restructured Text (rst) markup.
It is managed in this gitHub repository:
https://github.com/UWPCE-PythonCert/Python210CourseMaterials
Readers are encouraged to report omissions, typos, or make suggestions for improvements via issues and pull requests on that repository.
Assorted Example code can be found in the repository here (but most of it should be provided to you by your instructors in the class repository or other sources)
(Example Link here -- or remove)