From f4ba69680c916a1ae72e33b8345614bd52813e68 Mon Sep 17 00:00:00 2001 From: Rajdeep Biswas <32306614+rajdeep-biswas@users.noreply.github.com> Date: Tue, 18 Oct 2022 06:51:44 +0530 Subject: [PATCH] fixed python idioms url (#8543) Co-authored-by: Biswas --- books/free-programming-books-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 6082f7906..298a268c2 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1954,7 +1954,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Python for Informatics: Exploring Information](http://www.pythonlearn.com/book.php) - Charles Russell Severance (2.7.5) * [Python for you and me](http://pymbook.readthedocs.org/en/latest/) (2.7.3) * [Python for you and me](http://pymbook.readthedocs.org/en/py3/) (3.x) -* [Python Idioms](http://safehammad.com/downloads/python-idioms-2014-01-16.pdf) (PDF) +* [Python Idioms](https://bennuttall.com/files/python-idioms-2014-01-16.pdf) (PDF) * [Python in Education](https://www.oreilly.com/ideas/python-in-education) - Nicholas Tollervey * [Python in Hydrology](http://www.greenteapress.com/pythonhydro/pythonhydro.html) - Sat Kumar Tomer * [Python Koans](https://github.com/gregmalcolm/python_koans) (2.7 or 3.x)