From 10167c7ea9028021bc7c796cb081f96a363ff403 Mon Sep 17 00:00:00 2001 From: Kamil Kisiel Date: Thu, 22 Dec 2011 10:15:49 -0800 Subject: [PATCH] Fleshed out resources.rst a little more Added links to the Python reddit and Dive Into Python 3 --- docs/intro/resources.rst | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/docs/intro/resources.rst b/docs/intro/resources.rst index daadf8ed7..5ecfc9027 100644 --- a/docs/intro/resources.rst +++ b/docs/intro/resources.rst @@ -2,20 +2,20 @@ Documentation ============= Official Documentation -~~~~~~~~~~~~~~~~~~~~~~ +---------------------- The official Python Language and Library documentation can be found here: -- `Python 2.x `_ -- `Python 3.x `_ + - `Python 2.x `_ + - `Python 3.x `_ Read the Docs -~~~~~~~~~~~~~ +------------- Read the Docs is a popular community project, providing a single location for all documentation of popular and even more exotic Python modules. -`Read the Docs `_ + `Read the Docs `_ Resources @@ -31,6 +31,14 @@ This is an aggregate of Python news from a growing number of developers. `Planet Python `_ +/r/python +~~~~~~~~~ + +/r/python is the Reddit Python community where users contribute and vote on +Python-related news. + + `/r/python `_ + Beginner's Guides ----------------- @@ -49,4 +57,14 @@ Crash into Python Also known as *Python for Programmers with 3 Hours*, this guide gives experienced developers from other languages a crash course on Python. - `Crash into Python `_ \ No newline at end of file + `Crash into Python `_ + + +Dive Into Python 3 +~~~~~~~~~~~~~~~~~~ + +Dive Into Python 3 is a good book for those ready to jump in to Python 3. It's a +good read if you are moving from Python 2 to 3 or if you already have some +experience programming in another language. + + `Dive Into Python 3 `_