Skip to content
PythonCHB edited this page Jun 27, 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: for extra practice with the concepts – 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