salimhamed / training.python_web

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

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

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 2014 Internet Programming with Python course from UW PCE


Languages

Language:Python 41.3%Language:CSS 27.4%Language:Makefile 18.0%Language:Shell 13.3%