Python

From Computer Science Wiki
Revision as of 11:33, 5 September 2017 by Mr. MacKenty (talk | contribs)
Python programming language[1]

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.

Please click here for an excellent resource for learning python


Basic ideas

functions in Python

simple lists in Python

managing exceptions in Python

variable scope in Python

modulo in Python

References