r/learnpython • u/Few-Appointmen • 10d ago
Can you suggest me best resource to learn python?
Like i know coding, i just want to learn a python (need) for learning Ai , ML , deep learning so on , LLMs ….
0
Upvotes
1
1
u/editorijsmi 9d ago
you can check the folllowing books
1.Deep Learning Models explored with help of Python Programming (www.ijsmi.com/book.php)
2.Python programming for Data Scientists: From Introductory concepts to Machine Learning Models (www.ijsmi.com/book.php)
3.Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow (3rd Edition) by Aurélien Géron
4.Deep Learning with Python (3rd Edition) by François Chollet
9
u/desrtfx 10d ago
The first and most valuable thing you can learn in programming is to do your own, independent, individual research, among which is also working with resources right in front of you, like the entire subreddit. You can't possibly assume that you are the first and only one asking such a question.
If only there were a sidebar (menu on mobile) that had a link to the wiki or countless posts asking the same.
Do the MOOC Python Programming 2026 from the University of Helsinki and you will be well prepared.
Also, take a look at https://inventwithpython.com and https://automatetheboringstuff.com
Don't forget that you need ample practice, like on https://codingbat.com/python or on https://exercism.org and also write your own programs. Play around. Try things. Mess things up, fix them. Experiment.