Skip to content

AdamPLeBlanc/training.python_web

 
 

Repository files navigation

Introduction

This package provides the source for all lecture materials for a 10-session course in Web Development using Python.

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 2014 instance of the course, Taught by Cris Ewing

Building The Documentation

This documentation is built using docutils and Sphinx. The package uses zc.buildout to manage setup and dependencies. This package uses the version 2 bootstrap.py script. This version of the script will attempt to use setuptools 0.7 or better. If you have an earlier version of setuptools installed, please upgrade prior to bootstrapping this buildout.

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

Packages

No packages published

Languages

  • Python 75.3%
  • CSS 11.8%
  • JavaScript 11.1%
  • Shell 1.8%