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.
5 ответов
+ 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
+ 3
each library has a specific purpose. think of a project that you want to do, then pick a library.
+ 2
I guess you could learn NumPy. Its used quite alot.
+ 2
You should learn to look first. See if you can answer your questions with the power of the internet.
https://www.sololearn.com/discuss/718189/?ref=app
https://www.sololearn.com/discuss/1775868/?ref=app
https://www.sololearn.com/discuss/1230493/?ref=app
https://sololearn.com/compiler-playground/W0uW3Wks8UBk/?ref=app
+ 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.