Unique Number: 55400
Time and Place: TTh 2-3 in RLM 7.112. Jan 15 - Mar 4
Instructor: Ben Wiedermann (ben@cs.utexas.edu)
Office Hours: M 2:30 - 3:30 & T 3-4 in ENS 31NQ
Web Page: www.cs.utexas.edu/~ben/teaching/cs105_sp08
E-gradebook: https://utdirect.utexas.edu/diia/egb/assn.WBX?s_ccyys=20082&s_unique=55400
Resources

Basic Info

python.org
The main Python web site, which contains links to downloads, documentation, and more.
Getting Python
How to access Python on various platforms.

References

Python 2.5 Quick Reference
Concise reference. It's sometimes easier to find it here than in the Python documentation.
Learning to Program
A free Python web-book by Alan Gauld.
Regular expression HOWTO
Python regular expressions tutorial.
Regular expression module reference
Documentation and examples for Python's re module.
Special methods reference
Language reference for customizing special behaviors. Read this if you want to create classes that look like basic data types (e.g., numbers, mappings, sequences, functions, etc.).

Advocacy

Why Python?
An article by hacker Eric Raymond about why he chooses Python.

Administrivia

Requesting a UNIX account from UTCS
You'll need a UNIX account for this course.
turnin Tutorial
How to use turnin to submit your homeworks.