Professional Project & Dependency Management in Python

preview_player
Показать описание
Today we learn about poetry, which is an all-in-one project and dependency management library for Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

There's a skill gap in ML and AI around this. I think a lot of people don't understand the problem being solved. Also, not sure you need to activate but I guess that's one style of doing this even though other languages have this same problem yet don't solve it by modifying the shell as "activate". For example "cargo run" is very similar to "poetry run" but Python devs aren't used to the prefix. Many, many issues which I think are coming to a head as maturity crisis called "mlops". I guess we'll see how many years it takes like devops did.

chris.dillon
Автор

poetry seems like cargo for python, I'll use it. Thank you for this quick presentation.

budokan
Автор

viscose font is too small, but I was able to follow your explanation, thanks a lot

aosamai
Автор

Obrigado pela dica, seus vídeos são fantásticos!

cassioandrade
Автор

Nice💫💫
Have to say you are one of the best
Thanks for this tutorial

awuyadaniel
Автор

The test-directory should not be a python-module.
Hence, there should not never be an __init__.py in the tests-directory.

WouterVandenHove
Автор

could you give me the pdf or any source, that how you learned to do this project planning? how to know project planning and its execution completely for doing a python based project

munivoltarc
Автор

what's the poetry? it should not be a command, right?

amyhei
Автор

We have Pipenv for version Project dependency management. Can you tell me what is Poetry different from Pipenv?

fusionfuryx
Автор

Please remove this Trading advertisement comment. Someone may get scammed.

AliHassan-wcnb
Автор

Poetry's problem is too slow when locking. I recommend pdm, which is quite faster.

Ernest-Dong