Skip to content

Lecture and training materials for the 2013 Internet Programming with Python course from UW PCE

Notifications You must be signed in to change notification settings

tyleha/training.python_web

 
 

Repository files navigation

Introduction

This package provides the source for all lecture materials used for the Internet Programming in Python section of the Certificate in Python Programming offered by the University of Washington Professional & Continuing Education program. This version of the documentation is used for the Winter 2013 instance of the course, taught by Cris Ewing.

Building The Documentation

After cloning this package from the repository, do the following:

$ cd training.python_web  # the location of your local copy
$ python bootstrap.py  # must be Python 2.6 or 2.7
$ bin/buildout
$ bin/sphinx   # to build the main documentation and course outline
$ bin/build_s5   # to build the class session presentations

At the end of a successful build, you will find a build/html directory, containing the completed documentation and presentations.

Reading The Documentation

A rendered version of this documentation is maintained online. You can view the latest updates at http://cewing.github.com/training.python_web/

LICENSE

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.

A copy of this license in text format is included in this package under the docs directory

About

Lecture and training materials for the 2013 Internet Programming with Python course from UW PCE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.8%
  • JavaScript 6.8%
  • Vim Script 4.5%
  • PowerShell 2.9%