Learning Python
~/python of Jakub Marecek
A couple of years ago, Jakub has translated the first edition of Learning Python (www) to Czech. Along the way, he has made a couple of updates to reflect changes in the language up to 2.2, many of which have been independently applied by the original authors in the second edition (www). The translation eventually got published by Grada (www) in 2003, as the first book on Python published in the Czech Republic, ever.- Source code for Chapter 1 (Introduction)
- Source code for Chapter 2 (Types and Operators)
- Source code for Chapter 3 (Basic Commands)
- Source code for Chapter 4 (Functions)
- Source code for Chapter 5 (Modules)
- Source code for Chapter 6 (Classes)
- Source code for Chapter 7 (Exceptions)
- Source code for Chapter 8 (Standard Library)
- Source code for Chapter 9 (Common Tasks)
- Source code for Chapter 10 (Large Projects)
- Solutions to exercises
- Zipped source code for all chapters of the Czech Edition
- Tarred source code for all chapters of the first English Edition
- Zipped source code for all chapters of the second English Edition
Go back to Jakub's homepage if you want.