In Building a command-line (CLI) app with argparse training course, you will learn how to build a command-line interface (CLI) with argparse (a module in the Python standard library) and with third-party packages that offer alternative approaches and extended functionality. You will learn about adding positional and optional arguments, and then move to advanced topics such as building custom types and custom actions.
By attending Building a command-line (CLI) app with argparse workshop, delegates will learn to:
- Build a CLI with argparse, docopt or click
- Add positional or optional arguments
- Assign a type and an action to each argument
- Write a custom type
- Write a custom action
- Configure arguments as mutually exclusive
- Resolve conflicting argument names
- A basic command of the Python language and its standard library.
The Building a command-line (CLI) app with argparse class is ideal for:
- Python Developers
