CSCI 110 / Spring 2012
Survey of Computer Science
You can try out python right in your web browser here: Online Python Interpreter.
If you use any code or ideas from the web sites below, or any other sources, you must cite your sources! Usually, it is enough to simply put a comment in your program indicating where you got the code from, like so:
# next 4 lines borrowed from docs.python.org tutorial 10.8 ...
All of the software we will use in class is freely available online.
Don't panic. Email the TAs or the instructor if you are having difficulties.