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.
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 ...
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.
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 ...
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 ...
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 ...
2:24
Do you still need __init__.py file in Python packages? 2MinutesPy
You know how crucial an __init__.py file is to creating packages in Python. But do you really need them to do so? The answer 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 ...
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 ...
2:10
How to turn your Python file (.py) into an .exe (Tutorial 2021)
Hey guys! How's it going? In this video I'll be showing you how to create a .exe in Pycharm using Python. Cool right? Let me know ...
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:16
5 Tips To Organize Python Code
Welcome back to another video! In this video I am going to be sharing with you 5 tips on how you can better organize your code!
5:53
Building Python wheels to distribute your programs
The "wheel" format in Python lets you bundle up and redistribute a Python package you've created. Others can then use the "pip" ...
43:47
PyCon PL 2013 "Packaging Python applications"
Tytuł/Topic: Packaging Python applications Prelegent/Speaker: Piotr Banaszkiewicz In this talk I'll go through history and future of ...
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 ...
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 ...
26:08
How to containerize Python applications with Docker
Did you miss the Docker Community All-Hands on March 31st, 2022? Here is a replay of the talk hosted by Patrick Loeber ...
7:50
python packaging: src layout (intermediate) anthony explains #048
today I explain the ./src/ layout for python packages and why you should probably use it (and why I don't bother) playlist: ...