Python: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 3: Line 3:
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.  
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.  


[[File:Programming companion Python.pdf| Please click here for an excellent resource for learning python]]
[[File:Programming companion Python.pdf Please click here for an excellent resource for learning python]]





Revision as of 12:33, 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.

File:Programming companion Python.pdf 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