Python: Difference between revisions

From Computer Science Wiki
Line 11: Line 11:


== Problem sets ==
== Problem sets ==
[[file:squaresmall.png|right]]
[[file:squaresmall.png|right|frame|problem set]]
[[Strings: making HTML tags]]
[[Strings: making HTML tags]]



Revision as of 11:28, 15 March 2016

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

Problem sets

problem set

Strings: making HTML tags

More advanced topics