Modern Python Projects Transcripts
Chapter: Course conclusion and review
Lecture: Poetry and friends
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Working on a Python project involves a lot of different activities.
0:04
You need to create a virtual environment and remember to activate it each time, you need
0:10
to pin your dependencies and you need to update them from time to time to make sure that you have the latest security fixes.
0:18
Luckily, ah, lot of Those repetitive tasks can be automated with a tool like
0:22
pipenv for poetry. They will automatically create and use the virtual environment for you They will provide you with commands,
0:29
to easily pin and update dependencies. And with poetry, you can even publish your package to pypi with two simple
0:37
commands poetry build and poetry publish.