Hi everyone, I had conducted basic python training at CIT, Gubbi. Was travelling, so could not upload the code to github, Have done so now. The repo is at: https://github.com/saurabh-hirani/python-training
As it was an introductory session, I had planned accordingly and was doing 2 things - using http://anandology.com/python-practice-book/ (very good material for referring to while teaching) and using the following sample programs in the attachment to teach the students. I covered upto Chapter 3 in the book and observed that it was better to go to the right depth rather than painting the picture broadly. For the code I had written sample programs - each building upon the other in developing a simple command line calculator. The idea was to increase complexity gradually and tailor the programs to introduce new concepts in the limited time I had for the training. Had written the entire code base in around 2 hours. So there may be scope for improvement and subtle changes. Feel free to build upon this work to teach others. -- regards, Saurabh. http://curiosityhealsthecat.blogspot.in/ -- View this message in context: http://python.6.x6.nabble.com/python-material-I-had-used-for-training-at-CIT-Gubbi-tp5028894.html Sent from the Bangalore (BangPypers) mailing list archive at Nabble.com. _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
