Skip to content
PythonCHB edited this page Jul 8, 2012 · 2 revisions

Read:

  • Read TP: 9, 14

  • extra: string methods: http://docs.python.org/library/ stdtypes.html#string-methods

  • extra: unicode: http: //www.joelonsoftware.com/articles/Unicode.html

Do:

  • Six more CodingBat exercises.
  • LPTHW: [http://learnpythonthehardway.org/book/](Learn Python the Hard Way) Some of:
    • strings: ex5, ex6, ex7, ex8, ex9, ex10
    • raw input(), sys.argv -- ex12, ex13, ex14 (needed for files)
    • files: ex15, ex16, ex17
Clone this wiki locally