Comp
150 - Introduction To Computing, Fall 2009
Dr. Harrington
This page is the center of public information added
throughout the
course. Initially, please see the Course
Syllabus,
about course content, administration, and
requirements.
- Course
Syllabus Quick access to links more completely
described in the syllabus are below:
- Http://python.org
Home
site for the Python language, where you can find out more and download
the latest version: for Fall 09 get Python 3.1.
- Other Free Online References
for Python. All
except the
official Python Tutorial are intended for people with no programming
background. The others, however, tend to be for Python 2.X, which
has slightly different syntax for reading from the keyboard
(raw_input), printing (a statement, not a function), and they use an
old form of division where / can mean either the // or / of
Python 3.1, depending on the types involved.
- Links supporting the optional section on setting up your
own public web server