@@ -2,20 +2,20 @@ Documentation
22=============
33
44Official Documentation
5- ~~~~~~~~~~~~~~~~~~~~~~
5+ ----------------------
66
77The official Python Language and Library documentation can be found here:
88
9- - `Python 2.x <http://docs.python.org/ >`_
10- - `Python 3.x <http://docs.python.org/py3k/ >`_
9+ - `Python 2.x <http://docs.python.org/ >`_
10+ - `Python 3.x <http://docs.python.org/py3k/ >`_
1111
1212
1313Read the Docs
14- ~~~~~~~~~~~~~
14+ -------------
1515
1616Read the Docs is a popular community project, providing a single location for all documentation of popular and even more exotic Python modules.
1717
18- `Read the Docs <http://readthedocs.org/ >`_
18+ `Read the Docs <http://readthedocs.org/ >`_
1919
2020
2121Resources
@@ -31,6 +31,14 @@ This is an aggregate of Python news from a growing number of developers.
3131
3232 `Planet Python <http://planet.python.org >`_
3333
34+ /r/python
35+ ~~~~~~~~~
36+
37+ /r/python is the Reddit Python community where users contribute and vote on
38+ Python-related news.
39+
40+ `/r/python <http://reddit.com/r/python >`_
41+
3442
3543Beginner's Guides
3644-----------------
@@ -49,4 +57,14 @@ Crash into Python
4957
5058Also known as *Python for Programmers with 3 Hours *, this guide gives experienced developers from other languages a crash course on Python.
5159
52- `Crash into Python <http://stephensugden.com/crash_into_python/ >`_
60+ `Crash into Python <http://stephensugden.com/crash_into_python/ >`_
61+
62+
63+ Dive Into Python 3
64+ ~~~~~~~~~~~~~~~~~~
65+
66+ Dive Into Python 3 is a good book for those ready to jump in to Python 3. It's a
67+ good read if you are moving from Python 2 to 3 or if you already have some
68+ experience programming in another language.
69+
70+ `Dive Into Python 3 <http://diveintopython3.ep.io/ >`_
0 commit comments