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: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 ...
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!
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 ...
20:44
55. Package your Python code as Wheel File
In this video, I discussed about Packaging python code as wheel file. Sample code used in setup.py file. import setuptools ...
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 ...
3:36
Download this code from https://codegive.com Certainly! To pack a Python script into an executable (.exe) file, you can use a tool ...
7:43
Automatically Install Dependencies From Python Code
Today we learn how to automatically create requirements.txt files from code instead of based on the local packages installed.
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 ...
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 ...
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 ...
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 ...
6:11
Python Package Tutorial - Organize Your Code
This video covers the basics of creating and importing custom packages in Python.
9:37
How to run Python scripts in a Docker container
I showcase how to build and run Docker on windows. I create a ubuntu-based Docker Image and then run it to print "Hello World".
3:37
Converting Python Script to Debian Package - Building DEB Package
00 - Converting Python Script to Debian Package - Overview [https://youtu.be/qrbTHy3jRs8] 01 - Converting Python Script to ...
26:09
Nuitka: The Professional Way To Compile Python
In this video we learn how to compile Python applications using Nuitka. Code: ...
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 ...
2:06
How to convert Your Python Scripts into Executables with PyInstaller in VS Code for Python!
Need to convert your Python scripts into standalone applications? PyInstaller allows you to package Python programs into ...
1:05
How to Run & Automate Python Scripts with n8n
Welcome to the Ultimate Automation Tutorial! In this video, I'll show you how to run and automate your Python scripts using ...