Accessing command line arguments in Python

Published: 10 April 2023
on channel: Python Morsels
345
15

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/accessing-command-lin...

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

00:00 Passing command-line arguments
00:18 Function arguments vs command-line arguments
00:32 Python accepts whatever command-line arguments we give it
00:55 Where are command-line arguments stored?
01:28 Accessing command-line arguments
02:05 Python provides all command-line arguments as strings
02:57 Command-line arguments are stored in the sys.argv list


Watch video Accessing command line arguments in Python online without registration, duration hours minute second in high quality. This video was added by user Python Morsels 10 April 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 34 once and liked it 1 people.