Packaging python application regarder en ligne

play_arrow
289K
8K

20:28

How to Package and Publish Python Code the Right Way

How to Package and Publish Python Code the Right Way

ArjanCodes

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Do you want to know how to build a ...

play_arrow
14K
778

2:13

How Packaging Works in Python?

How Packaging Works in Python?

2MinutesPy

In this video, we'll understand how Python decides whether a package should be a namespace or a regular package. Skip to the ...

play_arrow
38K
908

21:10

Wheel Files: Packaging Python Applications & Modules

Wheel Files: Packaging Python Applications & Modules

NeuralNine

Today we learn about Python wheel files, which are the packaging format for Python applications and modules.

play_arrow
415
8

10:28

Python Packages | Python Package Programs and Examples

Python Packages | Python Package Programs and Examples

PythonGuides

In this Python Programming Tutorial, I have explained the introduction to packages, how to create a Python package, and ...

play_arrow
12K
630

2:32

What’s needed to create a Python package?

What’s needed to create a Python package?

2MinutesPy

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 ...

play_arrow
55K
2K

11:38

How to Publish a Python Package to PyPI (pip)

How to Publish a Python Package to PyPI (pip)

pixegami

Learn how to publish your own custom Python package to PyPI. This tutorial covers setting up the project, configuring the setup.py ...

play_arrow
320K
9K

12:46

What does '__init__.py' do in Python?

What does '__init__.py' do in Python?

Tech With Tim

Join my Free Newsletter: https://techwithtim.net/newsletter Get private mentorship from me: https://training.techwithtim.net If ...

play_arrow
784
16

24:07

The Python packaging ecosystem – Simple guidelines for packaging by Yngve Mardal Moe

The Python packaging ecosystem – Simple guidelines for packaging by Yngve Mardal Moe

PyCon Sweden

Abstract: Pip, conda, setuptools, poetry, hatch, pdm, flit++. The list of tools you encounter when you want to distribute your code is ...

play_arrow
65K
2K

51:39

Packaging Your Python Code With pyproject.toml | Complete Code Conversation

Packaging Your Python Code With pyproject.toml | Complete Code Conversation

Real Python

Learning how to package your code can seem overwhelming. This complete 52 minute conversation takes you through the steps ...

play_arrow
53K
2K

24:13

My 2025 uv-based Python Project Layout for Production Apps

My 2025 uv-based Python Project Layout for Production Apps

Hynek Schlawack

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 ...