Modern Python Projects Transcripts
Chapter: Let's build a CLI
Lecture: Time for practice
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
In the past 10 chapters. You learn a lot about different tools that you can
0:05
use when building Python projects, and now it's time to put all these new knowledge into action. In the next three chapters,
0:11
we will be building different types of Python projects. We will start with a CLI, so a Python program that you can run in your
0:18
terminal. In the next chapter, we will take that CLI, turn it into a Python package and publish it on PyPI. And then in the third chapter,
0:27
we will build an executable application that you can send to someone,
0:32
and they will be able to use your project even if they don't know anything about Python.