We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3478644 commit d214fceCopy full SHA for d214fce
1 file changed
docs/intro/resources.rst
@@ -4,4 +4,24 @@ Resources
4
News
5
----
6
7
+- `Planet Python <http://planet.python.org>`_ is an aggregate of Python news from a growing number of developers.
8
9
+
10
+Beginner's Guides
11
+-----------------
12
13
14
+Learn Python the Hard Way
15
+~~~~~~~~~~~~~~~~~~~~~~~~~
16
17
+This is an excellent beginner programmer's guide to Python. It covers "hello world" from the console to the web.
18
19
+ `Learn Python the Hard Way <http://learnpythonthehardway.org/book/>`_
20
21
22
+Crash into Python
23
+~~~~~~~~~~~~~~~~~
24
25
+Also known as *Python for Programmers with 3 Hours*, this guide gives experienced developers from other languages a crash course on Python.
26
27
+ `Crash into Python <http://stephensugden.com/crash_into_python/>`_
0 commit comments