Answer the question
In order to leave comments, you need to log in
What Python libraries should beginners learn?
I decided to start learning Python and learned all the basic syntax and topics (data structures, loops, exceptions, oops, etc.)
I decided to further study django and aiogram but I realized it was too early for this. Please tell me which libraries / modules you need to study before that if I know only random of them
Answer the question
In order to leave comments, you need to log in
https://github.com/GnuriaN/Python-Roadmap
https://www.slitherintopython.com/blog/posts/ultim...
It is worth at least in general terms to get acquainted with the entire standard library.
The very interpretation of “teaching libraries” sounds absurd, no libraries need to be taught, libraries are used, not learned. And they are used so that you yourself understand how to parse json into a dictionary, but you are too lazy to write such a parser, and you don’t need it, because there is a library already written by more altruistic and agile people than you. And in order to acquire this understanding, you need to learn and practice the language itself.
Libraries exist to work and reduce code and convenient work in various directions. Learn the ones that are right for you.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question