2 Answers
+ 2
you know, you shouldn't learn any library. the libraries in python are so much than you can learn all of them and work with them. you may not use half or more than half of them. only you should start your programming and when you need a library you can Google it to find its name then learn to write the code of that section you need and only learn about that library's abilities(don't read carefully only what it can do). so at the second use you'll know what lib does what. and after many practices you'll see you know a lot of libs.
by the way libraries are named module in python.
And about frameworks with your needs you should install and learn, for instance, the famous Django module mostly used for creating webapps.
0
Hi