20:28
How to Package and Publish Python Code the Right Way
Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Do you want to know how to build a ...
2:13
How Packaging Works in Python?
In this video, we'll understand how Python decides whether a package should be a namespace or a regular package. Skip to the ...
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.
10:28
Python Packages | Python Package Programs and Examples
In this Python Programming Tutorial, I have explained the introduction to packages, how to create a Python package, and ...
2:32
What’s needed to create a Python package?
Ever wondered how to create and publish your own Python package? In this video, I'll break it down step by step, using a real ...
11:38
How to Publish a Python Package to PyPI (pip)
Learn how to publish your own custom Python package to PyPI. This tutorial covers setting up the project, configuring the setup.py ...
12:46
What does '__init__.py' do in Python?
Join my Free Newsletter: https://techwithtim.net/newsletter Get private mentorship from me: https://training.techwithtim.net If ...
24:07
The Python packaging ecosystem – Simple guidelines for packaging by Yngve Mardal Moe
Abstract: Pip, conda, setuptools, poetry, hatch, pdm, flit++. The list of tools you encounter when you want to distribute your code is ...
51:39
Packaging Your Python Code With pyproject.toml | Complete Code Conversation
Learning how to package your code can seem overwhelming. This complete 52 minute conversation takes you through the steps ...
24:13
My 2025 uv-based Python Project Layout for Production Apps
In 2025, all you need to take a #Python application from a simple script to production is: uv. But, how do you setup your project ...
33:37
Modern Python Packaging with uv
In this talk, we'll walk through the essentials of packaging and publishing to PyPI using uv, a modern Python project and package ...
18:16
Hi Everyone! Today we will create our very own Python library, and we will deploy it to the Python Package Index, also known as ...
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 ...
56:26
Have you ever built an app and wanted to give it to your colleague or friend? PyInstaller allows you to bundle all of your app's ...
4:25
What does the structure of a modern Python project look like?
Python projects that use modern tooling and standards work best when the files in the project repository follow a certain layout.
6:08
Modules, Packages, Libraries - What's The Difference?
Today we learn about the differences between modules, packages and libraries in Python.
9:06
Publish Your Own Python Package in Less Than 10 Minutes
In this video we learn how to easily publish your own Python package in less than 10 minutes using uv. PyPI: https://pypi.org/ ...
5:11
The power of Python's editable package installations
Python packages can be installed in an "editable" or "in-place" installation mode, where instead of copying the package's code ...
1:56
How to package your Python Application and create an MSI installer
We'll show you how to create an MSI package for your Python Application and have it ready to deploy. Check our written tutorial ...
21:38
Packaging Python Projects (How to publish packages)
The code shown in this video can be downloaded from my bitbucket account: ...