Professional Project & Dependency Management in Python

Поділитися
Вставка
  • Опубліковано 15 січ 2023
  • Today we learn about poetry, which is an all-in-one project and dependency management library for Python.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
  • Наука та технологія

КОМЕНТАРІ • 19

  • @cassioandrade6233
    @cassioandrade6233 Рік тому +1

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

  • @elysialock2773
    @elysialock2773 8 місяців тому

    Great explanation, thank you.

  • @revolution77N
    @revolution77N 10 місяців тому

    Thank you so much very useful!!

  • @chris.dillon
    @chris.dillon Рік тому +5

    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.

  • @awuyadaniel8982
    @awuyadaniel8982 5 місяців тому

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

  • @2002budokan
    @2002budokan 5 місяців тому

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

  • @aosamai
    @aosamai 4 місяці тому

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

  • @amyhei703
    @amyhei703 Рік тому

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

  • @AliHamza-en8cn
    @AliHamza-en8cn Рік тому

    Your videos are awesome very helpful

  • @munivoltarc
    @munivoltarc 4 місяці тому

    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

  • @fusionfuryx
    @fusionfuryx Рік тому

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

    • @chris.dillon
      @chris.dillon Рік тому

      I had Pipenv not solve the tree for me so I switched to poetry. Maybe the resolver has changed. Poetry to me aligns with other languages.

  • @WouterVandenHove1
    @WouterVandenHove1 7 місяців тому

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

  • @adityagautam4689
    @adityagautam4689 Рік тому +2

    thank you so much!

  • @AliHassan-wc6nb
    @AliHassan-wc6nb Рік тому +11

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

    • @Kadmos
      @Kadmos Рік тому +4

      Maybe Jesus just really likes crypto.

    • @FIGP1
      @FIGP1 Рік тому +2

      If they get scammed by something like that then it's just natural selection

  • @Ernest-Dong
    @Ernest-Dong Рік тому +1

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