Python: Difference between revisions

From Computer Science Wiki
Line 4: Line 4:
==Basic ideas ==
==Basic ideas ==


[[functions in python]]
[[functions in Python]]
[[simple lists in python]]
 
[[simple lists in Python]]


== Problem sets ==
== Problem sets ==

Revision as of 21:25, 6 March 2016

Python is our language of choice (as it is the CS introductory programming language in many universities). Below are topics related to Python and learning how to program in Python.


Basic ideas

functions in Python

simple lists in Python

Problem sets

More advanced topics