2009 103: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Morning ==
== Morning ==
Review of Coding Tools (including [[Good Text Editors]])
Writing code in an editor (Using the Command line in combination with a Text Editor to develop python code)


Review of [[Think Python]]:
Review of [[Think Python]]:
Line 9: Line 13:
[http://papert.org/articles/Twowrongs.html a story] and [http://maps.google.com/maps?f=q&hl=en&q=Gloucester,+Massachusetts&sll=39.505498,-82.086153&sspn=0.028542,0.055275&g=glouster&ie=UTF8&cd=1&geocode=FZBpigIdklvJ-w&ll=42.634969,-70.920868&spn=0.435439,0.884399&z=10 a map]
[http://papert.org/articles/Twowrongs.html a story] and [http://maps.google.com/maps?f=q&hl=en&q=Gloucester,+Massachusetts&sll=39.505498,-82.086153&sspn=0.028542,0.055275&g=glouster&ie=UTF8&cd=1&geocode=FZBpigIdklvJ-w&ll=42.634969,-70.920868&spn=0.435439,0.884399&z=10 a map]


In-class [http://en.wikipedia.org/wiki/Pair_programming Pair programming] exercise "Leaf > Branch > Tree > Forest".
In-class [http://en.wikipedia.org/wiki/Pair_programming Pair programming] exercise [[Leaf Branch Tree Forest]].
 
== Good Text Editors ==
 
'''Linux'''
 
* [http://kate-editor.org/ kate]
* emacs and vi of course (for old-skool cred ;)
 
'''OS X'''
 
* [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)

Latest revision as of 16:19, 3 November 2008

Morning

Review of Coding Tools (including Good Text Editors)

Writing code in an editor (Using the Command line in combination with a Text Editor to develop python code)

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

a story and a map

In-class Pair programming exercise Leaf Branch Tree Forest.