resources related to the python co-learning group
- Learn Python the Hard Way: the Python 3 version.
- Automate the Boring Stuff with Python: The full book is online as html.
Simple exercises to do at the end of the first few learning hours:
- read a number and tell if it's odd or even
- find a number's divisors
- max of three
Sources: