.. Python 210 documentation master file, created by sphinx-quickstart on Sun May 31 20:06:00 2020. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ##################### Programming in Python ##################### 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. Many of these topics can be useful on their own, but each assumes that you know concepts that were introduced earlier in the program, so working through them in order can be helpful. .. toctree:: :numbered: 1 :caption: Topics in the Program :titlesonly: :maxdepth: 1 :glob: topics/??-*/index About this Site =============== These materials are Open Source, released under the Creative Commons Attribution-ShareAlike 4.0 license. They are built with the Sphinx documentation system, utilizing Restructured Text (rst) markup. It is managed in this gitHub repository: https://github.com/UWPCE-PythonCert/ProgrammingInPython 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 source repository for these documents. Most of the examples are linked to directly from these documents, but it might be helpful to have them all in one place: https://github.com/UWPCE-PythonCert/ProgrammingInPython/tree/master/source/examples .. Indices and tables .. ================== .. * :ref:`genindex` .. * :ref:`modindex` * :ref:`search`