Getting started with Python: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 28: Line 28:


[[Python_tutorial| Click here to start the tutorial]]
[[Python_tutorial| Click here to start the tutorial]]

== Picking a Python tutorial ==

* If you have prior programming experience, we recommend going through [http://docs.python.org/tutorial/introduction.html the official python.org tutorial, starting here].
* If you have no prior programming experience, we recommend first going through the [[Python tutorial|intro tutorial linked above]], and then going through [http://openbookproject.net/thinkcs/python/english2e/ Think Python].