Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

Command Line Interfaces in Python (Summary)

In this course, you’ve navigated many different aspects of Python command line arguments. You should feel prepared to apply the following skills to your code:

  • The conventions and pseudo-standards of Python command line arguments
  • The origins of sys.argv in Python
  • The usage of sys.argv to provide flexibility in running your Python programs
  • The Python standard libraries like argparse or getopt that abstract command line processing
  • The powerful Python packages like click and python_toolkit to further improve the usability of your programs

To gain further insights about Python command line arguments and their many facets, you may want to check out the following resources:

Download

Sample Code (.zip)

19.4 KB
Download

Course Slides (.pdf)

432.0 KB

Ghani on Nov. 1, 2020

Nice course; thanks a lot!

thomabr4 on June 17, 2021

Exactly what I was looking for. Awesome content!

Phil M on Aug. 30, 2021

Excellent! Well done course!! You provided a lot of extra resources that I am excited to explore - beside using some of your examples in some of my projects - cool stuff. Thanks :)

aniketbarphe on Nov. 7, 2021

Thank You!

Become a Member to join the conversation.