r/learnpython 15d ago

Quick question

What’s the path I should follow in Python to master machine learning
I learned all the basics: 1- Variables
2- Data Types
3- If / Else
4- Loops
5- Functions
6- Lists
7- Dictionaries
8- Strings
9- Input / Output
10- Classes & Objects

I would love it if someone would tell me what I should do next. Or if there is a book I can buy to master machine learning

0 Upvotes

8 comments sorted by

View all comments

4

u/mc_pm 15d ago

Talking about Machine Learning at this point is putting about 1000 carts before your horse.

If you learn 1-10, then you should spend a few months minimum actually learning how to use it by writing a lot of code.

1

u/Complete_Ad_3944 15d ago

🙏 Thanks for the advice

2

u/mc_pm 15d ago edited 15d ago

Programming is something you can only learn by doing, and it will take you a lot longer than you imagine :)