News

This course is designed to introduce students to the concept of Python Programming. The course shall cover conditionals and loops, functions, Python data structures – lists, tuples, dictionaries and ...
There are two main supported versions of Python: the 2.* series and the 3.* series (py3k). In this class we will be using "cPython" version 2.7, the version distributed by python.org. Each student is ...