ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,919 results

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

Get started with Mend Renovate today!

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

152,348 views

10 months 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

128,183 views

6 months ago

Hynek Schlawack
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:13
My 2025 uv-based Python Project Layout for Production Apps

48,165 views

11 months ago

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

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I explore uv, a lightning-fast Python ...

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

200,929 views

1 year ago

Jane Street
Charlie Marsh: uv: An Extremely Fast Python Package Manager

Charlie Marsh is the founder of Astral, which develops uv, a next-generation Python package manager written in Rust. In this talk ...

40:34
Charlie Marsh: uv: An Extremely Fast Python Package Manager

98,466 views

1 year ago

Hynek Schlawack
uv: Making Local Python Workflows FAST and BORING in 2025

After setting up our #Python #uv projects for success in https://www.youtube.com/watch?v=mFyE9xgeKcA, it's time to finally get ...

39:09
uv: Making Local Python Workflows FAST and BORING in 2025

16,287 views

7 months ago

codingjerk
Understand Python's Virtual Environments, Pinning, Lock Files, pip, uv | In One Video

A video on Python dependency management. Version pinning, virtual environments and modern tooling, and uv. Voiced by ...

8:49
Understand Python's Virtual Environments, Pinning, Lock Files, pip, uv | In One Video

8,512 views

10 months ago

Geeky Script
🚀 UV Python Package Manager [ 2025 Update ] 10x Faster Than pip & venv!! Python UV  | pip vs UV

Are you tired of waiting for pip to install Python packages on Windows? Say hello to UV — the lightning-fast, Rust-powered Python ...

14:03
🚀 UV Python Package Manager [ 2025 Update ] 10x Faster Than pip & venv!! Python UV | pip vs UV

3,340 views

9 months ago

程序员老王
From pip to uv: A Complete Guide to the Modern Python Project Management Workflow

uv Tutorial: https://www.youtube.com/watch?v=aVXs8lb7i9U Timeline 00:00:00 Introduction 00:00:33 Conda 00:02:08 Official ...

15:39
From pip to uv: A Complete Guide to the Modern Python Project Management Workflow

98,959 views

7 months ago

Otávio Miranda
Modern Python Environment 2025: UV, Ruff, Pyright, pyproject.toml and VS Code

Say goodbye to the complexity of Python project management and welcome UV! In this third and final video in the "Modern Python ...

37:32
Modern Python Environment 2025: UV, Ruff, Pyright, pyproject.toml and VS Code

9,029 views

8 months ago

Организованное программирование | Кирилл Мокевнин
Асинхронный python / Python FastAPI / Python uv / Юрий Селиванов / #16

В этом выпуске мы с Юрием Селивановым, CEO и co-founder Edgedb, говорим о разработке на Python: будет много про ...

2:02:23
Асинхронный python / Python FastAPI / Python uv / Юрий Селиванов / #16

41,799 views

1 year ago

InfoWorld
Using UV vs. Poetry for Python project management

The Poetry and UV projects both give you high-level tools for creating and managing Python projects, including tracking ...

4:15
Using UV vs. Poetry for Python project management

5,111 views

9 months ago

ArjanCodes
This Is How You Write an Efficient Python Dockerfile

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

18:47
This Is How You Write an Efficient Python Dockerfile

58,985 views

11 months ago

Tech With Tim
These Tools Changed My Python Workflow

Try ConfigCat's Forever Free plan, or get 25% off any paid plan with the code TIM25 ...

15:36
These Tools Changed My Python Workflow

31,133 views

3 months ago

Pythonプログラミング VTuber サプー
Python's New Standard: Package Management with uv – Virtual Environments for Beginners

📘 Supu's book is now on sale! 📘 Amazon ▶︎ https://www.amazon.co.jp/dp/4297142856 "VTuber Supu Teaches! Python – Beginner Code ...

27:08
Python's New Standard: Package Management with uv – Virtual Environments for Beginners

32,324 views

6 months 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?

45,338 views

2 years ago

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?

271,591 views

1 year ago

Posit PBC
Your First Python Project in Positron

In this video, Sarah Altman, a data science educator at Posit, guides viewers through the process of creating their first Python ...

7:08
Your First Python Project in Positron

2,747 views

3 months 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

322,584 views

3 years ago

ArjanCodes
COMPLETE No-Nonsense VSCode Setup for Python Devs

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Setting up VSCode for Python development ...

26:05
COMPLETE No-Nonsense VSCode Setup for Python Devs

141,174 views

1 year ago

ArjanCodes
This Is How Marie Kondo Sets up Her Pytest

Learn how to build robust and scalable software architecture: https://arjan.codes/checklist. In this video, I'm going to walk you ...

16:02
This Is How Marie Kondo Sets up Her Pytest

28,052 views

11 months ago

ArjanCodes
7 Tips To Structure Your Python Data Science Projects

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

14:49
7 Tips To Structure Your Python Data Science Projects

139,219 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

4,215 views

1 year ago

ArjanCodes
Why You Should Think Twice Before Using Returns in Python

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Struggling with Python's unpredictable errors and ...

21:27
Why You Should Think Twice Before Using Returns in Python

88,620 views

1 year 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,884 views

2 years ago