From d214fceec8557e44aa192a15e42554fd344eaa33 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 18 Aug 2011 19:38:36 -0400 Subject: [PATCH] news and resources --- docs/intro/resources.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/intro/resources.rst b/docs/intro/resources.rst index a0bb717..9bfbf9b 100644 --- a/docs/intro/resources.rst +++ b/docs/intro/resources.rst @@ -4,4 +4,24 @@ Resources News ---- +- `Planet Python `_ is an aggregate of Python news from a growing number of developers. + +Beginner's Guides +----------------- + + +Learn Python the Hard Way +~~~~~~~~~~~~~~~~~~~~~~~~~ + +This is an excellent beginner programmer's guide to Python. It covers "hello world" from the console to the web. + + `Learn Python the Hard Way `_ + + +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