2 ответов
+ 6
learn the default library first, since it comes with every python install. it can accomplish most basic stuff
+ 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.