Python: Difference between revisions

From Computer Science Wiki
No edit summary
Line 12: Line 12:
== Problem sets ==
== Problem sets ==


[[Strings: making HTML tags]]


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

Revision as of 10:03, 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

Strings: making HTML tags

More advanced topics