Python Libraries | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python Libraries

hi guys . i just wanted to know what libraries can i learn to provide my programming language skill without any exception. I mean libraries that can be used for anything and everywhere, not those libraries that are used for a specific task like a library for Ai and etx.

20th Mar 2024, 7:19 AM
Black White tears
Black White tears - avatar
5 Answers
+ 2
you need to realize that no single collection of libraries can be used in every situation the libraries you choose will depend on the particular requirements of your project, rather than trying to "cover all" libraries, concentrate on developing a solid grasp of basic data structures, algorithms, and programming ideas this will enable you to choose the appropriate tools for every project as it arises
20th Mar 2024, 9:28 PM
mohamed amine
+ 3
each library has a specific purpose. think of a project that you want to do, then pick a library.
20th Mar 2024, 8:00 AM
Lisa
Lisa - avatar
+ 2
I guess you could learn NumPy. Its used quite alot.
20th Mar 2024, 7:29 AM
Paul Bothe
+ 2
Black White tears , The 200+ Python core modules are documented on python.org and are organized on this page by rough category, which makes it a little easier to find which one to use if you have a specific purpose in mind. https://docs.python.org/3/library/index.html The 100,000+ third-party modules are another story.
21st Mar 2024, 11:32 AM
Rain
Rain - avatar