Modern Python Projects Transcripts
Chapter: Course conclusion and review
Lecture: Building a CLI application
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
After all this theory, we finally got our hands dirty and we built a CLI application. We use click and request to,
0:09
create a simple uptime monitoring tool to check what http response code, we get from
0:15
a given website. We built this project from scratch and we used poetry to manage
0:21
all the typical tasks. We also added some tests and documentation to see how all those parts of a Python project comes together nicely.