From 67a92da71a767d46309eef86310c90a66fe0b7ce Mon Sep 17 00:00:00 2001 From: Darrel O'Pry Date: Thu, 19 Jan 2017 12:56:56 -0500 Subject: [PATCH] Remove reference to Learning Python the Hardway. The author only promotes python 2 and actively advocates against python 3, it isn't a good resource for new developers who should be learning how to use contemporary python. see: https://learnpythonthehardway.org/book/nopython3.html --- docs/intro/learning.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index a5e264661..a085d1bfa 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -72,15 +72,6 @@ as programs that can break them. `Hacking Secret Ciphers with Python `_ -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 ~~~~~~~~~~~~~~~~~