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)
- Examples and Applications (Custom time greeting , Guess the number game , Hangman Game , Simple file database )