filmov
tv
Python Basics 07 - 01/05 Introduction to Command Line Interface (CLI)

Показать описание
Welcome to the Introduction to Python online class, which will teach you the main programming concepts in Python. The class consists of several modules and sub-modules separated by topics. How to study this course? Each chapter consists of an introductory video followed by topical sections. The sections include interactive notebooks that contain explanations and practical exercises.
*Everybody who has previously used a command line to execute a program will probably have seen that arguments can be passed to the program by typing them behind the executable name - often with a "flag" notation*
*Here, we learn how to easily add this functionality to our python scripts or applications to make them more user-friendly, for example by adding help-pages.*
*Materials*
*Creators*
*Everybody who has previously used a command line to execute a program will probably have seen that arguments can be passed to the program by typing them behind the executable name - often with a "flag" notation*
*Here, we learn how to easily add this functionality to our python scripts or applications to make them more user-friendly, for example by adding help-pages.*
*Materials*
*Creators*