20:28
How to Package and Publish Python Code the Right Way
Chapters: 0:00 Intro 1:10 Code example 3:18 Example use cases 4:31 Setuptools package 7:31 Presenting setup.py 10:38 ...
6:42
[Live Demo] Python Setuptools Tutorial | Package Python Code | PIP Install Python Code
You will learn with code to package your python modules and packages using setuptools and then install it in your python ...
31:38
my python project setup (+ all tools) (intermediate) anthony explains #396
today I go over all the tools I use to set up my projects, as well as the differences between 1-file libraries, multi-file libraries, and ...
21:10
Wheel Files: Packaging Python Applications & Modules
Today we learn about Python wheel files, which are the packaging format for Python applications and modules.
35:12
How I Set Up Python for Professional AI Development
Tech With Tim and PyCharm, a JetBrains IDE
Download PyCharm, free forever with the month of Pro included and a free AI trial: https://jb.gg/tt1 Vibe coding gets you started.
4:03
Python Packaging Explained: setup.py vs pyproject.toml (2026 Guide)
Are you still using setup.py to package your Python code? It's time to upgrade! In this video, we break down the modern ...
12:36
python packaging: basic setup.py and declarative metadata (intermediate) anthony explains #057
today I go over a basic setup.py for packaging a python package. I then show a few tools you can use to migrate from classic ...