2009 103: Difference between revisions
No edit summary |
|||
Line 13: | Line 13: | ||
== Good Text Editors == | == Good Text Editors == | ||
''' | '''Linux''' | ||
[http:// | * [http://kate-editor.org/ kate] | ||
* emacs and vi of course (for old-skool cred ;) | |||
'''OS X''' | |||
[http://hogbaysoftware.com/products/writeroom WriteRoom] (minimal editor inappropriate for working on code but great for meeting writing deadlines) | * [http://sourceforge.net/projects/smultron/ Smultron] (open source and solid) | ||
* [http://macromates.com/ TextMate] (full-featured shareware) | |||
* [http://hogbaysoftware.com/products/writeroom WriteRoom] (minimal editor inappropriate for working on code but great for meeting writing deadlines) |
Revision as of 14:14, 28 October 2008
Morning
Review of Think Python:
- Chapter 3 (in particular we worked through exercise 3.3 quite closely)
- Chapter 4 Turtle Graphics (reviewing the concept of a "state" diagram)
Afternoon
In-class Pair programming exercise "Leaf > Branch > Tree > Forest".
Good Text Editors
Linux
- kate
- emacs and vi of course (for old-skool cred ;)
OS X