Modern Python Projects Transcripts
Chapter: Let's build a CLI
Lecture: CLI applications

Login or purchase this course to watch this video and the rest of the course contents.
0:00 One popular family of programs are command line tools, so programs that run in your terminal,
0:08 even though we are used to click things in a graphical interface or in a browser CLI tools are still very popular,
0:14 especially among programmers. A perfect example of such a tool is Git. There are many different graphical interfaces to manage your git repositories,
0:23 but a lot of people prefer to run commands in the terminal. Another good example of a CLI is black, flake 8 or pylint.
0:31 You can run black command in your terminal, and it will format all Python files in the current directory, according to the pep 8 rules.


Talk Python's Mastodon Michael Kennedy's Mastodon