filmov
tv
Quickly make a Python CLI command with ArgParse
![preview_player](https://i.ytimg.com/vi/8J0zpdZSe_c/maxresdefault.jpg)
Показать описание
If you know how to do something in Python in a Jupyter Notebook it's not that hard to create a .py file and use ArgParse to make it into a standalone terminal command. Well, it's not fully standalone because you have to run it with the python program, but you don't really need Jupyter or a Notebook and can thus use it in automation scripts.