- Notifications
You must be signed in to change notification settings - Fork 1
Assignment 02
PythonCHB edited this page Jul 8, 2012
·
2 revisions
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
- 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