ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

11,312 results

Tech With Tim
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 ...

12:46
What does '__init__.py' do in Python?

261,619 views

1 year ago

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

11:38
How to Publish a Python Package to PyPI (pip)

50,010 views

2 years ago

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

4:25
What does the structure of a modern Python project look like?

43,310 views

2 years ago

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

5:53
Building Python wheels to distribute your programs

3,979 views

1 year ago

ArjanCodes
15 Python Libraries You Should Know About

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll share 15 Python ...

14:54
15 Python Libraries You Should Know About

454,862 views

2 years ago

Tech With Tim
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!

12:16
5 Tips To Organize Python Code

319,277 views

3 years ago

Tech With Tim
Python Virtual Environments - Full Tutorial for Beginners

To learn programming and Python - check out Datacamp! Learn Python - https://datacamp.pxf.io/ZQn1zz Learn ...

9:05
Python Virtual Environments - Full Tutorial for Beginners

314,366 views

1 year ago

Code with Gunnar
Python Deep Dive: Modules, Packages & Virtual Environments Explained

Mastering Python: Modules, Packages, and Virtual Environments Unlock the power of Python organization! In this essential ...

11:32
Python Deep Dive: Modules, Packages & Virtual Environments Explained

2,344 views

1 year ago

Python Simplified
Create Python PIP Package

Hi Everyone! Today we will create our very own Python library, and we will deploy it to the Python Package Index, also known as ...

18:16
Create Python PIP Package

23,392 views

1 year ago

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

5:11
The power of Python's editable package installations

783 views

10 months ago

InfoWorld
Pyproject.toml: The modern Python project definition file, explained

Modern Python projects use pyproject.toml files to describe a project's metadata, dependencies, and other valuable attributes.

7:17
Pyproject.toml: The modern Python project definition file, explained

35,161 views

2 years ago

Tech With Tim
Stop Using Pip - This New Tool is 100x Faster (UV Tutorial)

UV is a Python package and project manager that is almost 100 times faster than Pip in certain situations. Video Resources ...

17:59
Stop Using Pip - This New Tool is 100x Faster (UV Tutorial)

147,908 views

9 months ago

ArjanCodes
Python Poetry in 8 Minutes

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'll guide you through the ins and outs ...

8:27
Python Poetry in 8 Minutes

145,337 views

1 year ago

pixegami
UV: The Python Tool Everyone Is Switching To

UV is a fast, powerful all-in-one package manager for Python that replaces tools like pip and virtualenv. Let's take a look at what it ...

12:15
UV: The Python Tool Everyone Is Switching To

127,097 views

6 months ago

theurbanpenguin
The Anatomy of Python Packages and pyproject.toml

This videos uncovers the idea of modules and packages, differentiating between them and creating a package to distribute using ...

19:32
The Anatomy of Python Packages and pyproject.toml

6,054 views

1 year ago

pyOpenSci: open source for open science
Create Your First Python Package Tutorial - Everything You Need to Know | pyOpenSci

Learn how to turn your Python code into a reusable package with Hatch! From setup to installation, this beginner-friendly tutorial ...

15:32
Create Your First Python Package Tutorial - Everything You Need to Know | pyOpenSci

751 views

9 months ago

ArjanCodes
This Tool Replaces pip, Poetry, pyenv, and More (It’s Fast)

In this video, I explore uv, a lightning-fast Python package installer and resolver that could revolutionize the way you manage ...

17:35
This Tool Replaces pip, Poetry, pyenv, and More (It’s Fast)

199,174 views

1 year ago

Doug Mercer
Your Python code is almost entirely untested

We continue by exploring the Hypothesis package, a Python package that makes data generation and property testing easy.

7:25
Your Python code is almost entirely untested

2,306 views

3 years ago

ArjanCodes
Combining Rust and Python: The Best of Both Worlds?

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll show you how to ...

11:08
Combining Rust and Python: The Best of Both Worlds?

91,980 views

1 year ago

Rob Mulla
7 Python Data Visualization Libraries in 15 minutes

This video will give you an overview of each python package, what each does well and what they don't do well. Python is the #1 ...

15:03
7 Python Data Visualization Libraries in 15 minutes

109,066 views

4 years ago