Create, Package & Publish your OWN Python Library

preview_player
Показать описание
In this video, MakerBytes host Josh will walk you through the different steps to write your own Python library, create the files needed to make a package and upload it to PyPi (Python Packaging Index).

Follow me on Twitter: @all_about_code

Video References:

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

Here I am, 24 y/o engineer watching a packaging tutorial by a middle schooler :D
Keep the good work up bro, you rock!

willemdafoe
Автор

This is genuinely one of the best videos about packaging python modules on YouTube

atrumluminarium
Автор

You sir are amazing! I've been searching about this for 4 months and here it is simple and easy

varunnagrare
Автор

Thank you for going full depth into module creation. For some reason this level of explaining is hard to find vs more introductory and basic concepts.

agator
Автор

Superb explanation !!! I would love to have more videos like this. Thanks a lot.

datasciencesagemode
Автор

This was very helpful and informative. Thank you for creating the easy-to-follow content!

trerobinson
Автор

It was excellent. Thank you so much, but I could not help noticing the low ceiling. I would not survive that.

mohajeramir
Автор

Thanks a bunch dude! I'm learning python right now and can't wait to show this to my friends :D

coolperson
Автор

Hey, thanks for this video!
Now, if I want to make changes, like adding a function of squaring the value may b, so how can I add those additional functions and update my published library??

gunjanshah
Автор

Great video. I made my own package today!

shivan
Автор

Thank you a lot to support the community by an information

All Regards

jgzvyrz
Автор

How are you getting the nice colorful font in VSCode? Thanks!

DevOpsJourney
Автор

Awesome video! Quick question tho. So I finished the entire process of uploading my package but my package has the version number at the end which is less than ideal if someone wanted to install it. Here is what I'm talking about: "pip3 install twist-web==0.0.1" How would I get rid of the "==0.0.1" at the end of my pkg name?

papiangelus
Автор

Mad chill video. Well done man. thank you!

santiagobmx
Автор

Simple and easy to understand, keep up the good work 👍.

bhoopendragupta
Автор

Very good tuto in all aspects. Thanks.

NicolasMichel-be
Автор

I followed these steps, and I could pip install the package, but I could not import it in python. The solution I found was to put the __init__.py in a subfolder, and in your setup.py, put

mohajeramir
Автор

Wow! it really helped me in many ways while making large programs...impressed my friends

alwayscubing
Автор

Hey i published my package but accidently gave it another name how to create new release/update the package already published

abhijeet.ai_
Автор

Very useful!!
Thank you for this great tutorial!!

gabrielegatti
visit shbcf.ru