LING 408/508: Programming for Linguists Lecture 19 November 9 th
Administrivia Veterans Day is November 11th – No class Wednesday
Term Programming Project It's time to think about the end of the semester … Propose a programming project – 20%–35% of your grade Send your proposal to me If I give up the go-ahead, you can start working on it …
Next Programming Language So far, you've been exposed to: bash shell scripting html/css Javascript + DOM Web client/server model Python – indentation matters! On course website: pythonbook.pdf
Why Python?
Python Installed by default on OSX – Terminal command: python interactive (like a shell) interpreter interactive (like a shell) interpreter
Python On Ubuntu:
Textbook programs ppics1/index.html
Chapter 1