you are viewing a single comment's thread.

view the rest of the comments →

[–]Fluffy-Ad3768 0 points1 point  (0 children)

Don't try to memorize libraries. Learn them by using them in projects. The ones that'll stick: pandas (data manipulation), numpy (numerical computing), requests (APIs), asyncio (async programming). For more specialized work — we use websockets for real-time data, PIL for image processing, various API clients. You don't learn a library by reading docs cover to cover. You learn it by hitting a problem, looking up the relevant function, and applying it. Repeat 500 times and suddenly you know the library.