From c9b5bd6ad7728274b0f82fc3211c5ade5cd0d389 Mon Sep 17 00:00:00 2001 From: Immanuella Lim Date: Thu, 18 Oct 2018 02:22:32 +0800 Subject: [PATCH] Remove ad link Dive Into Python3 from tutorial docs --- docs/intro/tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/tutorial.rst b/docs/intro/tutorial.rst index ad17ef096..143e018ac 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -23,7 +23,7 @@ start by getting an idea of what the language is like, to get the most out of Scrapy. If you're already familiar with other languages, and want to learn Python -quickly, we recommend reading through `Dive Into Python 3`_. Alternatively, +quickly, we recommend reading through `Crash into Python`_. Alternatively, you can follow the `Python Tutorial`_. If you're new to programming and want to start with Python, the following books @@ -40,7 +40,7 @@ as well as the `suggested resources in the learnpython-subreddit`_. .. _Python: https://www.python.org/ .. _this list of Python resources for non-programmers: https://wiki.python.org/moin/BeginnersGuide/NonProgrammers -.. _Dive Into Python 3: http://www.diveintopython3.net +.. _Crash into Python: https://stephensugden.com/crash_into_python/ .. _Python Tutorial: https://docs.python.org/3/tutorial .. _Automate the Boring Stuff With Python: https://automatetheboringstuff.com/ .. _How To Think Like a Computer Scientist: http://openbookproject.net/thinkcs/python/english3e/