Intro to
Programming
with Python

Fall 2010
course
navigation

Tue sep 7

Questions about anything ?
Expectations : 'welcome to my classroom' - Rob Jenkins, chronicle of higher ed

nuts'n'bolots

brief discussion of computers and terminology

command line vs GUI

Mac/Unix: # Mac: The application is /Applications/Utilities/Terminal # Unix: depends; look for "Terminal" in application menu $ cd /folder/name # change directory $ ls # list directory $ pwd # print working directory $ python file.py # run python program in file.py Windows # XP: Start ... Programs ... Accessories ... Command Prompt > cd \folder\name # change directory > dir # list directory > cd # show current directory > python file.py # run python program in file.py

running python

random

chap 2 topics

... if we get that far
http://cs.marlboro.edu/ courses/ fall2010/python/ notes/ sep_7
last modified Tuesday September 7 2010 12:01 am EDT