Python Forum
Does anyone have a link for learning more about python libraries? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Does anyone have a link for learning more about python libraries? (/thread-17003.html)



Does anyone have a link for learning more about python libraries? - plshaji - Mar-24-2019

Pls provide link for learning more about python libraries .


RE: Does anyone have a link for learning more about python libraries? - Yoriz - Mar-24-2019

This is a very vague question.
which libraries?, the standard library?
what about libraries?, how to use them?, how to create them? etc.


RE: Does anyone have a link for learning more about python libraries? - metulburr - Mar-24-2019

If you mean the standard libraries, you can just scan the docs or even read through them all one by one
https://docs.python.org/3/library/index.html

However if you mean 3rd party libraries, there are so many. Its impossible to know all of them. Its more what is more known and used. And you only get to know them by reading forums and responses of what people use. If 98% of people use library A, and a couple people use library B that Joe Blow made. I would go with library A. Usually there is a 3rd party library to do anything in python. Sometimes there is one, and sometimes there is a lot. But everyone's top 10 libraries would be different as they do different tasks with python. It all depends on what you want to do with python I guess if you wanted to know the top 5 trendy 3rd party libs
https://libraries.io/pypi


RE: Does anyone have a link for learning more about python libraries? - Skaperen - Mar-27-2019

*me* wants to learn them all but knows there are way too many for there to be any hope of that being possible.


RE: Does anyone have a link for learning more about python libraries? - Madhukarwd - Mar-27-2019

Hi There! Am new to here, thanks for the active support from everyone here, coming to the point I would recommend look out for Intellipaat Online Python Tutorial.


RE: Does anyone have a link for learning more about python libraries? - ichabod801 - Mar-27-2019

I'm surprised no one has mentioned Python Module of the Week yet.


RE: Does anyone have a link for learning more about python libraries? - Larz60+ - Mar-27-2019

see also on how to make your own: https://python-forum.io/Thread-Packaging-Modules-Wheel-pip-setup-py-Freeze