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 ...
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 ...
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 ...
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 ...
2:24
Do you still need __init__.py file in Python packages? 2MinutesPy
Python has both regular packages and namespace packages. Since version 3.3+, Python supports creating packages without ...
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 ...
8:45
#python#creating modules and packages#
Modules and packages are essential for organizing Python code, promoting reusability, and preventing naming conflicts. Here's a ...
3:01
Creating a pip install-able Python package
It's not hard to write a Python package that can be installed into an interpreter or virtual environment with pip. This video shows a ...
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/ ...
8:18
how to create library in python | make packages in python | Libraries in Python | Python tutorials
how to create library in python | make packages in python | Libraries in Python | Python tutorials About Video: Hello everyone, ...
15:32
Create Your First Python Package Tutorial - Everything You Need to Know | pyOpenSci
pyOpenSci: open source for open science
Learn how to turn your Python code into a reusable package with Hatch! From setup to installation, this beginner-friendly tutorial ...
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: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!
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 ...
4:47
Create Packages in Python in Hindi - Tutorial #60
In this lecture you will learn how to create packages in python with program examples in hindi. Website: ...
6:57
Create Python GUIs In 5 Minutes With This Package!
Need a Graphical User Interface (GUI) built with Python but don't want to spend days or even weeks just learning a library that ...
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 ...
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 ...
5:10
Publish Your First Python Package to PyPI (Step-by-Step)
Learn how to publish your first Python package to PyPI. Turn your Python code into a pip-installable package! In this complete ...
7:31
From Scratch to Pro: Python Project Setup with UV package manager (3 Ways!)
From Scratch to Pro: Python Project Setup with uv (3 Ways!) In this video, I'll show you 3 different ways to set up a Python project ...