2011-08-23-PythonDevelopmentWorkshop-Session2
Revision 1 as of 2011-09-16 23:47:46
Clear message
Python Development Workshop Day 2
Points Covered
- Iterables (Lists as queues and stacks)
- Some built in python functions (sorted , filter , cmp .... )
- Exception Handling
- Files I/O
- Modules (using and creating)
- Some built in modules (math/cmath , datetime , random , sys)
- Exampels and Applications (Custom time greeting , Guess the number game , Hangman Game , Simple file database )