How can I learn more about python libraries and import modules | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I learn more about python libraries and import modules

PYTHON CODE and Libraries

16th Mar 2021, 11:09 PM
Richmond Kadyamarunga
Richmond Kadyamarunga - avatar
2 Answers
+ 2
i found this online: https://wiki.python.org/moin/UsefulModules i found it helpful to focus on pandas first and then branch out from there. in python you can type - pip install pandas. i still use the pandas reference manual a lot personally.
16th Mar 2021, 11:40 PM
you are smart. you are brave.
you are smart. you are brave. - avatar
+ 1
By doing projects. For a lot of projects there are already libraries that can help a lot with the code. The more projects you do, the more you'll see which ones are popular for what, how to use them, and how to incorperate them yourself.
16th Mar 2021, 11:39 PM
Slick
Slick - avatar