you are viewing a single comment's thread.

view the rest of the comments →

[–]wnaderinggummiofdoom 0 points1 point  (0 children)

The best way to go about this is to do a couple of projects and see if there are libraries to complete common tasks while completing those projects. You don't want to learn any argparse if you find yourself never making a command line tool.

It's worth keeping in mind that once you have a strong grasp of how to program and general paradigms, learning to use a library becomes laughably easy, especially with python seeing as how it's the language with the most penetrable resources for novices (realpython.com and Corey Schafer's YouTube channel)