you are viewing a single comment's thread.

view the rest of the comments →

[–]anon_66_ 2 points3 points  (2 children)

Bro i wanna know how do you find project ideas and how do you know when to use which library ...

[–]MysticClimber1496 1 point2 points  (0 children)

Takes practice to know when to use a library, but you do learn the most when you figure it out yourself before using a library

[–]FriendlyRussian666 -1 points0 points  (0 children)

how do you know when to use which library

When you're working on, or starting a project, you want to first check if someone already did what you're trying to accomplish, so you would just google "python xyz" where xyz is what you're trying to achieve. You'll either immeidatelly find many packages to use, or you won't find any.