Python: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 4: Line 4:


[[media:Programming companion Python.pdf | Please click here for an excellent resource for learning python]]
[[media:Programming companion Python.pdf | Please click here for an excellent resource for learning python]]
[[media:Programming progress checklist.pdf | Please click here for a checklist you must complete]]





Revision as of 12:35, 5 September 2017

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 Please click here for a checklist you must complete


Basic ideas

functions in Python

simple lists in Python

managing exceptions in Python

variable scope in Python

modulo in Python

References