mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-05-13 08:26:44 +00:00
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:
parent
3099331d29
commit
34774bd795
1 changed files with 4 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue