From 34774bd79526ad492f5afa7ae2f41df1552f20ad Mon Sep 17 00:00:00 2001 From: Abdul Raheem Ghani <50938371+ghani-raheem@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:56:39 +0430 Subject: [PATCH] Add AI section and resource to free programming books Added AI section with a resource for understanding AI in Python. --- books/free-programming-books-langs.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 7e59a7da1..fbb3031ba 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -169,6 +169,7 @@ Books on general-purpose programming that don't focus on a specific language are * [Constraint Logic Programming](#constraint-logic-programming-extended-prolog) * [PureScript](#purescript) * [Python](#python) + * [AI](#ai) * [Django](#django) * [FastAPI](#fastapi) * [Flask](#flask) @@ -178,7 +179,6 @@ Books on general-purpose programming that don't focus on a specific language are * [PyOpenCl](#pyopencl) * [Pyramid](#pyramid) * [Tornado](#tornado) - * [AI](#ai) * [Q#](#q-sharp) * [QML](#qml) * [R](#r) @@ -2120,7 +2120,10 @@ Books on general-purpose programming that don't focus on a specific language are * [Tiny Python Projects](http://tinypythonprojects.com/Tiny_Python_Projects.pdf) - Ken Youens-Clark(PDF) * [Web2py: Complete Reference Manual, 6th Edition (pre-release)](http://web2py.com/book) (2.5 - 2.x) +#### AI +* [AIPython: Python Code for understanding AI](https://artint.info/AIPython/aipython/aipython.pdf)(PDF) + #### Django * [All-Auth](https://django-allauth.readthedocs.io/en/latest/overview.html) (HTML) @@ -2198,10 +2201,6 @@ Books on general-purpose programming that don't focus on a specific language are * [Learn Web Programming](https://bitbucket.org/hrojas/learn-web-programming) -#### AI -* [AIPython: Python Code for understanding AI](https://artint.info/AIPython/aipython/aipython.pdf) - - ### Q\# * [The Q# quantum programming language user guide](https://learn.microsoft.com/en-us/azure/quantum/user-guide) (HTML)