mindly.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mindly.Social is an English speaking, friendly Mastodon instance created for people who want to use their brains and their hearts to make social networking more social. 🧠💖

Administered by:

Server stats:

1.2K
active users

C.

@PythonMorsels

While it's still possible to use argparse (or even the lower-level optparse or getopt modules), argparse is still a fairly low-level tool.

You can get shorter, more expressive code, with a lot more of the boilerplate done for you, by using the `click` package instead of using argparse directly.