Python: Difference between revisions

From Computer Science Wiki
Line 23: Line 23:


[[simple password rules]]
[[simple password rules]]
[[date fashion]]


== More advanced topics==
== More advanced topics==

Revision as of 09:21, 31 March 2016

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

Problem sets

Squaresmall.png

Every problem set is a formative assignment. Please click here to see how you will be graded

Strings: making HTML tags

simple password rules

date fashion

More advanced topics

making a small grid

moving around a small grid

References