Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 1.94 KB

File metadata and controls

68 lines (40 loc) · 1.94 KB

UWCE Python 210 Course Materials

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.

Course Program

.. toctree::
    :maxdepth: 2

    ./class_schedule/index



Individual Modules and Exercises

.. toctree::
    :maxdepth: 2

    modules/dev_environment/index
    modules/index
    exercises/index


About this Site

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.

Example Code

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)