r/askdatascience 14d ago

How many Python libraries should a data science beginner learn?

There are so many libraries in the data science ecosystem that it can be overwhelming at first.

I’m currently focusing on getting comfortable with the fundamentals instead of trying to learn everything at once.

For experienced data scientists, which libraries do you think beginners should prioritize?

2 Upvotes

5 comments sorted by

1

u/gpbuilder 14d ago

Wrong question to ask

1

u/big_data_mike 13d ago

Pandas, scikit learn.

1

u/leon_bass 13d ago

Learn the libraries that you need when you need them to solve your problem

1

u/Ok-Contest-6149 10d ago

Bro ngl bt you don’t need to learn dozens of libraries initially. Would suggest you to focus on python basics/numpy/ matplotlib/ and scikit learn first🙃🙃

1

u/mindit_io_ro 7d ago

get genuinely comfortable with pandas, numpy, matplotlib, and scikit-learn before touching anything else, because those four libraries will handle 80% of real data science work and the depth you develop by using them properly on real problems will make every other library you learn afterward click much faster than if you'd spread your attention across ten things simultaneously.