Python Argparse Subparser , Nested parser, Command line argument

preview_player
Показать описание
Learn Python command line Argument Subparser with Argparse
Part 3 of Argparse Module
Full playlist
Python parallel programming
Python Class
Рекомендации по теме
Комментарии
Автор

In 8 minutes of video you solved me a problem that it was taking me hours on the documentation. Much appreciated!

jonatankruszewski
Автор

Excellent video. Saved me a great deal of time

obenteorama
Автор

Two hours of reading pypi was solved in eight minutes by this fantastic guy! Thank you sir!

ackermannyuriy
Автор

How do I do something like this,
usage: main.py [-h] [--video_link video | --channel_link channel --num_vids num ]
Here the two sets need to be mutually exclusive, --quality and --num_videos are only needed if using --channel_link, but can be used in any order.

low-key-gamer