From 9f8bda579e4197f1c6a41927705a263da126af03 Mon Sep 17 00:00:00 2001 From: "Saira J. Barlas" Date: Wed, 25 Feb 2015 20:50:51 +0000 Subject: [PATCH] Python course for beginners It really helped me as a beginner hence the recommendation. Also added an extra space (where necessary) in between each suggestion to make it more clear for other people who edit. Thanks! --- docs/intro/learning.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 4b9c4dc..9f85981 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -51,6 +51,7 @@ as programs that can break them. `Hacking Secret Ciphers with Python `_ + Learn Python the Hard Way ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -78,6 +79,7 @@ experience programming in another language. `Dive Into Python 3 `_ + Think Python: How to Think Like a Computer Scientist ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -115,6 +117,7 @@ More information about test driven development can be found at these resources: `Test Driven Development `_ + A Byte of Python ~~~~~~~~~~~~~~~~ @@ -125,6 +128,14 @@ previous programming experience. `A Byte of Python for Python 3.x `_ +Learn to Program in Python with Codeacademy +~~~~~~~~~~~~~~~~~~~~ + +A Codeacademy course for the absolute Python beginner. This free and interactive course provides and teaches the basics (and beyond) of Python programming whilst testing the user's knowledge in between progress. + + `Learn to Program in Python with Codeacademy `_ + + Advanced --------