From fc171675791494322b789ac8a2f99a086713fbc7 Mon Sep 17 00:00:00 2001 From: Abdul Raheem Ghani <50938371+ghani-raheem@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:34:53 +0430 Subject: [PATCH] AIPython: Python Code for understanding AI (#13224) * Add Artificial Intelligence section to free programming books Added a new section for Artificial Intelligence with a resource link. This book is listed on the author's page as CC license. * Fix heading format for Artificial Intelligence section Updated section heading for Artificial Intelligence in the programming languages list. * Fix anchor tag for Artificial Intelligence section Corrected the anchor tag for Artificial Intelligence section. * Update 'Artificial Intelligence' section to 'AI' Renamed section 'Artificial Intelligence' to 'AI' for brevity. * Add AI section and resource to free programming books Added AI section with a resource for understanding AI in Python. * Add AI resources to free programming books list Added new AI-related resources and updated formatting to solve the lint error. * Add Q# user guide to programming languages list Added a needed space to solve the lint error. * Fix formatting of AI resource link in markdown Added a space to solve the lint error * Remove AI section from Python resources Removed AI section from Python resources in the list and moved the book to the general Python category by the suggestion of one of the respected maintainers. * Moved the AIPython Above Moved the book to the general Python category and added it to the correct alphabetic order. --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 17800cd6d..c0b854a6b 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1985,6 +1985,7 @@ Books on general-purpose programming that don't focus on a specific language are * [A Guide to Python's Magic Methods](https://github.com/RafeKettler/magicmethods) - Rafe Kettler * [A Practical Introduction to Python Programming](https://www.brianheinold.net/python/) - Brian Heinold (HTML, PDF, Exercises sources) * [A Whirlwind Tour of Python](https://jakevdp.github.io/WhirlwindTourOfPython/) - Jake VanderPlas +* [AIPython: Python Code for understanding AI](https://artint.info/AIPython/aipython/aipython.pdf) (PDF) * [An Introduction to Statistical Learning with Applications in Python](https://www.statlearning.com) - Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani, Jonathan Taylor (PDF) * [Architecture Patterns with Python](https://www.cosmicpython.com/book/preface.html) - Harry J.W. Percival, Bob Gregory (HTML) * [Automate the Boring Stuff with Python, 3rd Edition: Practical Programming for Total Beginners](https://automatetheboringstuff.com/3e/) - Al Sweigart (HTML) (CC BY-NC-SA)