Add AI section and resource to free programming books

Added AI section with a resource for understanding AI in Python.
This commit is contained in:
Abdul Raheem Ghani 2026-04-13 14:56:39 +04:30 committed by GitHub
parent 3099331d29
commit 34774bd795
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
### <a id="q-sharp"></a>Q\#
* [The Q# quantum programming language user guide](https://learn.microsoft.com/en-us/azure/quantum/user-guide) (HTML)