diff --git a/free-programming-books.md b/free-programming-books.md index 5154e0c3..271ad1e2 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -2397,7 +2397,6 @@ Kerridge (PDF) (email address *requested*, not required) * [Introduction to Python](http://kracekumar.com/post/71171551647/introduction-to-python) - Kracekumar (2.7.3) * [Invent Your Own Computer Games With Python](http://inventwithpython.com/invent4thed/) - Al Sweigart (3.1) * [Learn Python, Break Python](http://learnpythonbreakpython.com) -* [Learn Python in Y minutes](https://learnxinyminutes.com/docs/python/) * [Learn Python Programming, Second Edition](https://www.packtpub.com/free-ebooks/learn-python-programming-second-edition) - Fabrizio Romano (Packt account *required*) * [Learn to Program Using Python](https://www.ida.liu.se/~732A47/literature/PythonBook.pdf) - Cody Jackson (PDF) * [Learning to Program](http://www.alan-g.me.uk) diff --git a/free-programming-cheatsheets.md b/free-programming-cheatsheets.md index 43ab3bba..3c2de810 100644 --- a/free-programming-cheatsheets.md +++ b/free-programming-cheatsheets.md @@ -113,6 +113,7 @@ * [Comprehensive Python Cheat Sheet for Beginners](https://medium.com/the-codehub/comprehensive-python-cheat-sheet-for-beginners-5d76bb038fa2) * [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Ĺ orn (HTML) +* [Learn Python in Y minutes](https://learnxinyminutes.com/docs/python/) * [Python Cheat Sheet](https://websitesetup.org/python-cheat-sheet/) * [Python Cheatsheet for beginners](https://www.codecademy.com/learn/learn-python-3/modules/learn-python3-syntax/cheatsheet) - Codeacademy (HTML) * [Python Crash Course Cheatsheet](https://ehmatthes.github.io/pcc/cheatsheets/README.html) - Eric Matthes (HTML)