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

Libraries in Python?

Which Python 3 libraries should one learn first? What are their applications?

3rd Jan 2017, 9:18 AM
iStealApples
iStealApples - avatar
2 Answers
+ 6
learn the default library first, since it comes with every python install. it can accomplish most basic stuff
3rd Jan 2017, 10:01 AM
Ahri Fox
Ahri Fox - avatar
+ 5
A library contains fuctions that handle the complicate stuff for you. you should learn the one you need. I often use pySerial because my purpose is to handle serial comunication with external peripherals. Your purpose may be different so there is no priority except personal preference and need.
3rd Jan 2017, 9:25 AM
seamiki
seamiki - avatar