a screenshot from the pyhon3 documentation, argparse. Left: table of contents, right: ``` :et’s show the sort of functionality that we are going to explore in this introductory tutorial by making use of the ls command: ls cpython devguide prog.py pypy rm-unused-function.patch ls pypy ctypes_configure demo dotviewer include lib_pypy lib-python ... ls -l total 20 drwxr-xr-x 19 wena wena 4096 Feb 18 18:51 cpython drwxr-xr-x 4 wena wena 4096 Feb 8 12:04 devguide -rwxr-xr-x 1 wena wena 535 Feb 19 00:05 prog.py drwxr-xr-x 14 wena wena 4096 Feb 7 00:59 pypy -rw-r--r-- 1 wena wena 741 Feb 18 01:01 rm-unused-function.patch ls --help Usage: ls [OPTION]... [FILE]... List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor --sort is specified. ... ```
Do I see this right that pypy is immortalized in the python3 Docs?
:D