CSCI 110 / Spring 2012

Survey of Computer Science

Python Interpreter Online

You can try out python right in your web browser here: Online Python Interpreter.

Borrowing Code

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
  ...
  

Getting Started with Python

All of the software we will use in class is freely available online.

Learning Python

Getting Help

Don't panic. Email the TAs or the instructor if you are having difficulties.