From 78b8b21f325faf20f6a46e5a0acdd91dd8392e6b Mon Sep 17 00:00:00 2001 From: kadhirash Date: Tue, 20 Oct 2020 06:27:19 -0700 Subject: [PATCH] Updated broken Python Programming book link with newer 3.x version check_urls=free-programming-books.md (#4486) --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 9bb3bd12..200662e8 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -2327,7 +2327,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Picking a Python Version: A Manifesto](https://www.oreilly.com/ideas/picking-a-python-version) - David Mertz * [Porting to Python 3: An In-Depth Guide](http://python3porting.com) (2.6 - 2.x & 3.1 - 3.x) * [Practical Programming in Python](https://launchpadlibrarian.net/165489933/PracticalProgrammingPython2014.pdf) - Jeffrey Elkner (PDF) -* [Problem Solving with Algorithms and Data Structures using Python](http://interactivepython.org/runestone/static/pythonds/index.html) - Bradley N. Miller and David L. Ranum +* [Problem Solving with Algorithms and Data Structures using Python](https://runestone.academy/runestone/books/published/pythonds3/index.html) - Bradley N. Miller and David L. Ranum (3.x) * [Program Arcade Games With Python And Pygame](http://programarcadegames.com) (3.3) * [Programming Computer Vision with Python](http://programmingcomputervision.com/downloads/ProgrammingComputerVision_CCdraft.pdf) (PDF) * [Python 101](https://python101.pythonlibrary.org) - Michael Driscoll (HTML, TEXT) -- GitLab