Python

From Computer Science Wiki
Revision as of 11:48, 14 March 2016 by Bmackenty (talk | contribs)

Python is our language of choice as it is the CS introductory programming language in many universities and it is a wonderful learning language. Below are topics related to Python and learning how to program in Python.


Basic ideas

functions in Python

simple lists in Python

managing exceptions in Python

Problem sets

More advanced topics