2 Respuestas
+ 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.
+ 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.