Totally agree with you. I would put argparse, the built-in command line argument parser, over Click on that list. Click is great, but it's one more API to internalize, for something that's not really the meat and potatoes of your application.
That said, when I started out using Python professionally, I got a lot of mileage out of this guide.
That said, when I started out using Python professionally, I got a lot of mileage out of this guide.