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