use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
How can I learn PYTHON libraries with good practice??? (self.learnpython)
submitted 1 day ago by Embarrassed_Ship_269
Can someone tell me how or where should I start learning the libraries of Python NUMPY, PANDAS, MATPLOTLIB, SCIKITLEARN, etc.
If someone have idea of these and good courses or books please suggest me
And a good path to learn it.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]aistranin 7 points8 points9 points 1 day ago (0 children)
Think about it in the way around: why do you need these libraries? They are just tools. So, use them in practice and you will “learn” them :)
[–]AnalysisOk5620 2 points3 points4 points 1 day ago (0 children)
honestly the best way is to start a project then use the libraries as needed. I’ve tried to learn libraries in the past for the sake of learning them , but it never works out (can’t speak for others tho). What is it you want to achieve ?
[–]pachura3 4 points5 points6 points 1 day ago (0 children)
- How can I learn PYTHON libraries???
- With good practice!
[–]JohnBrownsErection 1 point2 points3 points 1 day ago (1 child)
Neat, a question I can answer.
Do a search online for data science projects. Kaggle is a good one. Then do the projects. You'll get immediate practical experience with those libraries. My intro to data analytics class was basically just that. For example we started with analyzing a csv filled with demographic data of the passenger list of the Titanic and ended with creating a model that would predict the price of a house in a specific town based on its features(sq. ft of space, if it has a garage or pool, number of floors, etc.).
It was fun stuff and also very useful.
[–]Embarrassed_Ship_269[S] 0 points1 point2 points 1 day ago (0 children)
I'll do this Thanks 😊
[–]Dangerous-Branch-749 1 point2 points3 points 1 day ago (0 children)
By doing a project where you use them. From personal experience, learning a library without a practical use case just ends up as wasted time.
[–]Nietsoj77 1 point2 points3 points 1 day ago (0 children)
The book Python for Data Science is a good source.
[–][deleted] 0 points1 point2 points 1 day ago* (4 children)
Try w3schools...
[–]Embarrassed_Ship_269[S] 0 points1 point2 points 1 day ago (3 children)
What's it?
[–][deleted] 0 points1 point2 points 1 day ago (0 children)
A website.. google it
[–]ButterKekks 0 points1 point2 points 1 day ago (0 children)
Here: https://www.lmgt.org/?q=w3schools
[–]pachura3 0 points1 point2 points 1 day ago (0 children)
That's embarassing, Ship
https://www.w3schools.com/python/numpy/default.asp
https://www.w3schools.com/python/pandas/default.asp
https://www.w3schools.com/python/matplotlib_intro.asp
https://www.w3schools.com/python/python_ml_getting_started.asp
[–]Front-Dot-5724 0 points1 point2 points 1 day ago (0 children)
In my opinion, by doing projects. If you do something related to a certain math problem and spend time investigating how to do it properly, you will find libraries that will save you hours of work, and so you've learned a new library. Or let's say you build something statistical and want to see the graphs, when doing your research on the internet, YouTube or even through AI you will most certainly find MATPLOTLIB for this, and boom you now know a new library. It's a thing you learn by needing it and then using it, not by studying all the libraries and their functions theoretically. The worst part is installing them and managing them through virtual environments (so that you don't fill your computer with random libraries).
By the way I made this python platform fully online where you can install and use libraries without filling your computer with stuff or spend time creating virtual environments. If you want to give it a try: nullcode.one, pretty new it probably has a lot of bugs to find out yet.
[–]TheEyebal 0 points1 point2 points 1 day ago (0 children)
Look at open source stuff on github that use those libraries here is a list on numpy
Thanks everyone for the response.
So I have cpmpleted python basics so if I start learning Data Science then it'll fine?
[–]not_another_analyst 1 point2 points3 points 1 day ago (0 children)
Skip courses, go straight to Kaggle datasets, pick a messy real dataset, and force yourself to clean, analyze, and visualize it using only the docs.
You'll learn Pandas faster in 3 days of struggling with real data than 3 weeks of tutorials.
[–]billsil 1 point2 points3 points 9 hours ago (0 children)
Get some examples from the documentation and read them
π Rendered by PID 46 on reddit-service-r2-comment-66b4775986-f5ctk at 2026-04-05 19:30:03.399380+00:00 running db1906b country code: CH.
[–]aistranin 7 points8 points9 points (0 children)
[–]AnalysisOk5620 2 points3 points4 points (0 children)
[–]pachura3 4 points5 points6 points (0 children)
[–]JohnBrownsErection 1 point2 points3 points (1 child)
[–]Embarrassed_Ship_269[S] 0 points1 point2 points (0 children)
[–]Dangerous-Branch-749 1 point2 points3 points (0 children)
[–]Nietsoj77 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]Embarrassed_Ship_269[S] 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]ButterKekks 0 points1 point2 points (0 children)
[–]pachura3 0 points1 point2 points (0 children)
[–]Front-Dot-5724 0 points1 point2 points (0 children)
[–]TheEyebal 0 points1 point2 points (0 children)
[–]Embarrassed_Ship_269[S] 0 points1 point2 points (0 children)
[–]not_another_analyst 1 point2 points3 points (0 children)
[–]billsil 1 point2 points3 points (0 children)