Commonly used python libraries | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Commonly used python libraries

I did a good practice as python beginner. Now I like work with python libraries. There are plenty of them. I like to learn one at a time. Which are commonly used python libraries in sololearn? Which commonly used python libraries are not available in sololearn? Thank you.

31st Jul 2020, 5:30 PM
Ashish
Ashish - avatar
4 Answers
+ 4
Wonder if you shouldn’t reconsider your strategy to ”learn one at a time”. It sounds time consuming and maybe contains more areas then you will find useful. Maybe an orientation of them is enough to start with, and learn more deep about them when you need to use them. But of course that just my thoughts. /Regards Per B
31st Jul 2020, 9:04 PM
Per Bratthammar
Per Bratthammar - avatar
+ 1
Thanks Per Bratthammar . Yeh orientation would be nice So that I can know what is a available in little more detail than dir() or help() provides. I like collections library's .namedtuple. and counter methods and looking for more things from python libs.
31st Jul 2020, 9:58 PM
Ashish
Ashish - avatar
+ 1
I would suggest you to start learning the libraries under SciPy (NumPy , Pandas, and Matplotlib) which are used for data science and analysis.
13th Sep 2020, 3:48 PM
Konstantinos Theodosiou
Konstantinos Theodosiou - avatar
0
I recommend the Python Data Science and Maschine Learning courses in sololearn - there you get short introductions into numpy pandas, matplotlib etc
31st Jul 2020, 6:47 PM
Marcin Szcz
Marcin Szcz - avatar