8000 Added some links to websites helpful for learning python. · btbytes/python-guide@966722e · GitHub
[go: up one dir, main page]

Skip to content

Commit 966722e

Browse files
committed
Added some links to websites helpful for learning python.
1 parent 4a601ec commit 966722e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/intro/duction.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Learning Python
88
Beginners
99
`````````
1010

11+
* `learnpython.org <http://www.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 <http://tryruby.org/>`_ 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.
12+
13+
* `Dive Into Python 3 <http://diveintopython3.ep.io/>`_ - 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.
14+
15+
1116
Learn Python the Hard Way
1217
-------------------------
1318

0 commit comments

Comments
 (0)
0