ニュース

Teaching goals are: - Learners have used sys.args - Learners have run a Python script with command-line arguments Lesson plan: - 5 mins: prior knowledge - 5 mins: presentation - 15 mins: challenge - 5 ...
The idea is pretty simple. Nearly all command line Python programs use argparse to simplify picking options and arguments off the command line as well as providing some help.