From 966722ef0e58c4cf1d3c343b8c9a973b89291651 Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Wed, 23 Nov 2011 09:31:56 -0800 Subject: [PATCH] Added some links to websites helpful for learning python. --- docs/intro/duction.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/intro/duction.rst b/docs/intro/duction.rst index 8d78c3c23..380228e4b 100644 --- a/docs/intro/duction.rst +++ b/docs/intro/duction.rst @@ -8,6 +8,11 @@ Learning Python Beginners ````````` +* `learnpython.org `_ - Learnpython.org is an easy non-intimidating way to get introduced to python. The website takes the same approach used on the popular `Try Ruby `_ website, it has an interactive python interpreter built into the site that allows you to go through the lessons without having to install Python locally. + +* `Dive Into Python 3 `_ - Dive into Python 3 is a no non-sense approach to Python and is suited for someone that already knows how to program but now wants to learn Python. + + Learn Python the Hard Way -------------------------