From 7c6848beb6575790a5f28d7be83ca3ddc9269f8a Mon Sep 17 00:00:00 2001 From: Steven Bock Date: Tue, 27 Oct 2015 21:53:06 -0700 Subject: [PATCH] Added Codecademy description Elaborated on the Codecademy description so it specifies that the user's code is interpreted in-browser for feedback on the user's work. This part wasn't specified very well in the previous description. --- docs/intro/learning.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 12a1326..67a19aa 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -30,7 +30,7 @@ If you want a more traditional book, *Python For You and Me* is an excellent resource for learning all aspects of the language. `Python for You and Me `_ - + Online Python Tutor ~~~~~~~~~~~~~~~~~~~ @@ -143,6 +143,7 @@ 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. +This course also features a built in interpreter for receiving instant feedback on your learning. `Learn to Program in Python with Codeacademy `_