log in
An Intro to
Programming
with Python
Fall 2006
course
home
syllabus
lecture notes
assignments
code
wiki
software etc
Q and A
people
navigation
help
.. /
. /
sep 11
wiki homework (mention "late" business)
running python programs - various methods
chaos program, and a bit of background
hex, numbers, ascii
a = 0x123 # hexidecimal; this is 1*16**2 + 2*16**1 + 3*16 b = ord('a') print a print b
http://cs.marlboro.edu/
courses/
fall2006/python/
notes/
sep_11
last modified Monday September 11 2006 10:26 am EDT