Getting started with Python: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 1: Line 1:
== 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 getting your feet wet with Python by completing the goals below, and then going through [http://openbookproject.net/thinkcs/python/english2e/ Think Python].


=== Goal #1: Install Python ===
=== Goal #1: Install Python ===


Line 28: Line 34:


[[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].