argparse: parse command-line arguments in Python

Publié le: 17 avril 2023
sur la chaîne: Python Morsels
527
18

If you need to make a very simple command-line interface and it doesn't need to be friendly, you can read sys.argv to manually process the arguments coming into your program.

Read an article version of this video at https://pym.dev/parsing-command-line-...

Find more Python screencasts at https://pym.dev/screencasts/

00:00 Parsing command-line arguments
00:20 Why not use sys.argv to get command-line arguments?
01:03 Comparing argparse to manually reading sys.argv
01:45 Accepting optional command-line arguments
02:50 Optional command-line arguments without a value
03:22 Adding documentation for command-line interface using argparse
03:55 Use argparse for making friendly command-line interfaces


Sur cette page du site, vous pouvez voir la vidéo en ligne argparse: parse command-line arguments in Python durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Python Morsels 17 avril 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 527 fois et il a aimé 18 téléspectateurs. Bon visionnage!