0
Book recommendations?
I would like to have some recommendations from the SoloLearn community about the following topics: 1. Artifical Intelligence (absolutely basics) 2. Python Tornado Framework 3. Web Development I need those for a project given by my school. Thank you so much if you'd recommend some.
2 Answers
+ 2
For AI, Machine Learning, Deep Learning topics there are plenty of books, even free ebooks, offered by Packt Publishing.
https://www.packtpub.com/free-learning
AI Crash Course
https://www.packtpub.com/free-ebooks/reading-list/data/9781838645359
Python Machine Learning, Third Edition
https://www.packtpub.com/free-ebooks/reading-list/data/9781789955750
Deep Learning with TensorFlow 2 and Keras
https://www.packtpub.com/free-ebooks/reading-list/data/9781838823412
For Tornado I would start with the official user guide, that should be enough to get you through the basics.
https://www.tornadoweb.org/en/stable/guide.html
Web development is really a very broad topic, but considering you are interested in Python, you may want to look at Django, or Flask. They are sort of alternatives to Tornado, though.
https://www.djangoproject.com/
https://palletsprojects.com/p/flask/
https://stackoverflow.com/questions/6247735/is-tornado-a-replacement-to-django-or-are-they-complementary-to-each-other
0
_đđđđđ
In case you didn't know yet, I think the problem is most of the books there are supposed to be bought instead of shared online.
Since I'm not familiar with things like this, I'll leave for others to explain further if necessary.
I'm still expecting more recommendations for books.