Build a Python Module and Share it with Pip Install

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

Комментарии • 31

  • @DataScienceGarage
    @DataScienceGarage  3 года назад +2

    Thank you all for watching the video. For now I am preparing a special RUclips playlist dedicated for MLOps and Machine Learning Engineering.
    Here is the playlist: ruclips.net/p/PLjJWtyuv5yrqnFnY3Q5VLkGI6Vy-20ZRc
    Subscribe the channel to be updated!

  • @aldopolanco1004
    @aldopolanco1004 2 года назад +2

    Thank you, I had read other documentation before, and even someone teach me once, but you make it look simpler!

  • @teja789
    @teja789 Год назад

    Your classes are good, please upload more content

    • @DataScienceGarage
      @DataScienceGarage  Год назад

      Thank's for your feedback! More videos are in preparation now :)

  • @jiangyanyang6340
    @jiangyanyang6340 Год назад

    Great work! today I finally made my first package! Thanks a lot!! 🌹

    • @DataScienceGarage
      @DataScienceGarage  Год назад

      You are welcome! Thank you for inapiring feedback, and glad it is working! :)

  • @СлаваУкраине-ь2т

    super video! thanks very much

    • @DataScienceGarage
      @DataScienceGarage  Год назад

      Thanks for watching! :)

    • @СлаваУкраине-ь2т
      @СлаваУкраине-ь2т Год назад

      @@DataScienceGarage I have a question. If a package utilizes other modules which are not prebuilt, how to do it so that a person who uses your package doesn't have to install all used packages manually but only yours?

  • @R56A
    @R56A Год назад

    Great work, thanks a lot.

  • @johnnanong8756
    @johnnanong8756 2 года назад +1

    Wow!!! Very useful!

    • @DataScienceGarage
      @DataScienceGarage  2 года назад +1

      Thanks you for watching! Glad it was useful! :)

    • @johnnanong8756
      @johnnanong8756 2 года назад

      @@DataScienceGarage it was! I've been programming with C/C++ and Java for more than 15 years, and a bit on Python. Both (C/C++ and Java) are not an open source.
      So the concept of open source, and how to properly share created toolkit/library for other python programmers is quite new to me.
      Seeing that Python don't share byte codes/binary codes/etc, so its confusing.
      Encountering this video (even by reading its title only), gives me an idea on how to properly share your library/toolkits to other users.
      Hope you wont removing this, because I'm adding this link into my developer notes document. :)

  • @MrAnandml
    @MrAnandml 3 года назад

    What if we got a directory in our package that needs to be copied to the installed path during installation...Because I got some trained model weights in a separate directory with in my package folder ...

  • @vitoraugustodelimasoares3387
    @vitoraugustodelimasoares3387 2 года назад

    Great class, was my first time creating my first module, and run successfully, but i have i question, my python module is an pysimplegui window that can converte more than one python to executable at the same, and i wanna to executed my module as auto-pyto-exe, just typying at the terminal, how can i do this ??

  • @alwysavagelt8174
    @alwysavagelt8174 Год назад

    Thank you!

  • @vinitrajput8320
    @vinitrajput8320 Год назад

    Good 🥰

  • @renegarciaaviles234
    @renegarciaaviles234 2 года назад

    Amazing work, really helped me

  • @ShahzadHussain-my5qp
    @ShahzadHussain-my5qp 3 года назад

    Great work. Can you share a source code and also class personal. Thanks

  • @jaimedpcaus1
    @jaimedpcaus1 3 года назад

    Thx 4 sharing. 👋

  • @shvprkatta
    @shvprkatta 3 года назад

    Thanks Doc!...great!

  • @RipYaZa
    @RipYaZa 3 года назад

    Nice! Thanks