Python Packaging from Init to Deploy

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 33

  • @jeffrule1648
    @jeffrule1648 3 ปีที่แล้ว +8

    The best introductory talk to how this all hangs together I have seen, and I just watched a bunch.

  • @srirambhamidipati
    @srirambhamidipati 3 ปีที่แล้ว +6

    Thanks, Dave! Since this video is over 5 years, it will help if you can update a revison for 2021 with latest tool chain and best practices . For example, egg is replaced by wheel. Is there a recommended python package folder structure ? etc

  • @ElChe-Ko
    @ElChe-Ko 3 ปีที่แล้ว

    probably one of the best videos on youtube

  • @ericbrauer4466
    @ericbrauer4466 6 ปีที่แล้ว +1

    If anybody is like me and following through the steps, one thing to note: when creating the unittest file, I had to import pyohio2015.cli instead of pyohio2015. Very helpful presentation.

  • @stevenstewart3414
    @stevenstewart3414 5 ปีที่แล้ว +2

    Thank you so much for this video. I have been looking all over for something like this and have gone down quite a few confusing dead-ends.
    This is exactly what I needed.

  • @ThaEzioAuditore
    @ThaEzioAuditore 8 ปีที่แล้ว +16

    This is the most comprehensive video on the topic. thank you for sharing :)

  • @emZubair
    @emZubair 4 ปีที่แล้ว +1

    Great video, explained every essential concept required to understand Python Packaging....

  • @anasfirdousi
    @anasfirdousi 7 ปีที่แล้ว +4

    Amazing talk. Worth watching till the end. Extremely useful for python newbs like me.

  • @nikosc
    @nikosc 9 ปีที่แล้ว +10

    really helpful talk. saved tons of time.

  • @mikehagerty9666
    @mikehagerty9666 4 ปีที่แล้ว

    That was a super clear and helpful presentation, Thanks!

  • @Niyololz
    @Niyololz 4 ปีที่แล้ว +11

    is this still up-to-date with Python version 3.8?

    • @unixnut
      @unixnut 3 ปีที่แล้ว +2

      I still use all these same techniques (but with a different cookiecutter template) for commercial and open source Python 3.8 and 3.9 development.

  • @poorlittlesheep4098
    @poorlittlesheep4098 6 ปีที่แล้ว +4

    8:25, you know you found the goodie when you saw that slide.

  • @mojtabasardarmehni453
    @mojtabasardarmehni453 4 ปีที่แล้ว +1

    Good job, thanks a lot for sharing.

  • @saimkhan89
    @saimkhan89 5 ปีที่แล้ว

    Great explanation of Python packaging

  • @liquiddddd
    @liquiddddd 6 ปีที่แล้ว +2

    I wonder if anyone could point to an "updated version" of this, if any.
    Great stuff, by the way.

    • @xiaodongliu6680
      @xiaodongliu6680 6 ปีที่แล้ว +4

      th-cam.com/video/qOH-h-EKKac/w-d-xo.html
      th-cam.com/video/GBQAKldqgZs/w-d-xo.html

    • @simplydevtools1619
      @simplydevtools1619 4 ปีที่แล้ว

      2019: th-cam.com/video/Sv7rRGTaMHE/w-d-xo.html

  • @devopswithprasanna
    @devopswithprasanna 8 ปีที่แล้ว +6

    Very good video for packaging python library :-)

  • @Xandr017
    @Xandr017 5 ปีที่แล้ว +2

    Awesome, but the pyhoio.org link is broken, does anyone have the presentation slides to download?

  • @drewmeyers9463
    @drewmeyers9463 4 ปีที่แล้ว

    Really useful talk, thank you.

  • @SenpurHD
    @SenpurHD 8 ปีที่แล้ว +2

    Tough crowd. This was great.

  • @josephbatish9476
    @josephbatish9476 4 ปีที่แล้ว

    amazing session

  • @filippograzioli3641
    @filippograzioli3641 4 ปีที่แล้ว

    Great tutorial

  • @seifeslimene
    @seifeslimene 3 ปีที่แล้ว

    Very nice Thanks!

  • @anoopsrana
    @anoopsrana 5 ปีที่แล้ว

    I am getting the error :No module named test_run._main
    Even though i have successfully installed the package and it is available in site-packages.

  • @myleshollowed6390
    @myleshollowed6390 6 ปีที่แล้ว

    Fantastic video. Thank you!

  • @HussainKharodawala3
    @HussainKharodawala3 4 ปีที่แล้ว

    From where can I download the slides? The link in description isn't working.

  • @utubedhyan
    @utubedhyan 8 ปีที่แล้ว

    Hi .Thanks for sharing this video . Is there a good way to create a rpm out of this ? Also if i create a rpm & install that rpm, will it install all pip dependencies as part of rpm install ?

  • @anoopsrana
    @anoopsrana 5 ปีที่แล้ว

    After installation of my package on the target machine i am getting the error "No module named mypckg.main" ?
    Even though the mypckg.main is available in the site_packages folder.Can someone help me ?

  • @kumark353
    @kumark353 4 ปีที่แล้ว +1

    Great Video and excellent python packaging resource. Indeed a "Next Day Video" As most of the later pycon seem to present the similar concept Years later to this video. Thank you very much Dave.
    Few issues that I encountered ( Just incase it helps ):
    PYPI upload didn't work for a reason that the "Version" number was not PEP440 compatible ( github.com/pyscaffold/pyscaffold/issues/227 ) . This link helped that suggested using something like ' git tag v1.1.0' after the git commit -m. Please refer to this link under "Versioning " section pyscaffold.org/en/latest/features.html.

  • @nkipa
    @nkipa 6 ปีที่แล้ว

    auummm