Python: Difference between revisions

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


[[modulo in Python]]
[[modulo in Python]]
[[connecting to a mysql database in python]]


== References ==  
== References ==  

Revision as of 16:12, 7 May 2020

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.


Basic ideas

functions in Python

simple lists in Python

managing exceptions in Python

variable scope in Python

modulo in Python

connecting to a mysql database in python

References