ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

328 results

Indently
Python with UV is ULTRA Fast

In today's video I'm going to show you some very useful UV commands you can use to speed up your Python workflow. If you don't ...

8:20
Python with UV is ULTRA Fast

12,323 views

1 month ago

Gonkee
Every Python Package Manager Explained

The fact that this video is one and a half hours long is crazy. Lowkey just did this for someone to screenshot the thumbnail as a ...

1:26:10
Every Python Package Manager Explained

1,187 views

2 weeks ago

The Code City
How to Install Packages Using UV in Python (2026)

In this tutorial, you'll learn how to install UV in Python step-by-step. UV is a fast Python package manager and project manager ...

3:25
How to Install Packages Using UV in Python (2026)

44 views

2 days ago

Código Espinoza - Automatiza tu Vida
Si sigues usando pip, estás perdiendo horas de tu vida

Si llevas tiempo trabajando con Python, seguramente has usado pip, virtualenv, pyenv o incluso poetry para gestionar ...

11:30
Si sigues usando pip, estás perdiendo horas de tu vida

7,311 views

2 weeks ago

Thoda coding kar leta hu
Setting Up UV Python Package Manager in 1 minute, 100x FASTER THAN PIP!!!!

Set up the uv Python package manager in under 60 seconds ⚡ Faster than pip, simpler than virtualenv — the modern way to ...

1:10
Setting Up UV Python Package Manager in 1 minute, 100x FASTER THAN PIP!!!!

24 views

10 days ago

Talk Python
Modern Python monorepo with uv and prek - Talk Python to Me Ep. 540

Monorepos -- you've heard the talks, you've read the blog posts, maybe you've seen a few tantalizing glimpses into how Google ...

1:09:58
Modern Python monorepo with uv and prek - Talk Python to Me Ep. 540

1,862 views

Streamed 1 month ago

Hashtag Programação
UV: The Python tool that everyone is adopting.

🎓 COMPLETE PYTHON COURSE: https://lp.hashtagtreinamentos.com/esperapythonimpressionador?origemurl ...

19:59
UV: The Python tool that everyone is adopting.

17,007 views

2 weeks ago

Código Espinoza - Automatiza tu Vida
The Conda vs UV decision in Python is resolved with this question.

🚀 Conda vs UV in Python is one of the most common discussions among developers, data scientists, and machine learning teams ...

4:37
The Conda vs UV decision in Python is resolved with this question.

796 views

3 days ago

coder2j
Why I Stopped Using pip (and What I Use Instead)

Tired of juggling pip, venv, and Poetry just to manage a Python project? Meet uv — a single, blazingly fast tool that handles ...

6:35
Why I Stopped Using pip (and What I Use Instead)

247 views

2 weeks ago

Create With Eric
Stop Using pip? UV for Python Explained in 10 Minutes

Are you still using pip for Python package management? In this video, I break down UV, the blazing-fast Python package manager ...

10:40
Stop Using pip? UV for Python Explained in 10 Minutes

45 views

2 weeks ago

SOMELESS
Fast Python Setup on Windows using Python Install Manager + UV

In this video, you'll learn how to install Python Install Manager, UV, and Visual Studio Code step by step on Windows. This setup is ...

10:03
Fast Python Setup on Windows using Python Install Manager + UV

63 views

1 month ago

The Cloud Girl
Lean Python in 48 Hours

This video takes Vibe Coding a step further and explores "vibe learning" approach to mastering a new programming language ...

12:23
Lean Python in 48 Hours

1,623 views

2 weeks ago

CodeWithRaju
UV Python Package Manager
3:28
UV Python Package Manager

0 views

10 days ago

Coding Jist
UV Python Tutorial: 100x Faster Than Pip | Complete Beginner's Guide | @CodingJist | Aditya Patel

UV Python Tutorial - Complete Guide to Python's Fastest Package Manager* In this comprehensive tutorial, learn everything ...

15:00
UV Python Tutorial: 100x Faster Than Pip | Complete Beginner's Guide | @CodingJist | Aditya Patel

40 views

1 month ago

Jimi V. (Bitswired)
UV Scripts: The Best Way to Write Agent Skills

Your AI coding agent's skills don't have to be janky bash scripts. UV lets you write self-contained Python scripts with inline ...

4:48
UV Scripts: The Best Way to Write Agent Skills

134 views

3 weeks ago

code with mrql
Python’s New Tool is 100x Faster Than pip

We'll cover: * What is Python uv? * Why it's so much faster than pip * How to install uv * Creating virtual environments * Managing ...

11:53
Python’s New Tool is 100x Faster Than pip

36 views

1 month ago

TrentDoesMath
What If Your Jupyter Notebook Was Just a Python File? (Marimo Review)

Try CodeCrafters for free using my referral link: https://app.codecrafters.io/join?via=trentpark8800 As a data engineer who uses ...

44:12
What If Your Jupyter Notebook Was Just a Python File? (Marimo Review)

386 views

3 weeks ago

NITheCS
2026-02-20 - NITheCS Micro-school: 'Upgrade Your Python Toolkit with uv, ruff, & ty' Dr  Dean Brand

2026-02-20 - NITheCS Micro-school: 'Upgrade Your Python Toolkit with uv, ruff, and ty' by Dr Dean Brand (Stellenbosch ...

30:03
2026-02-20 - NITheCS Micro-school: 'Upgrade Your Python Toolkit with uv, ruff, & ty' Dr Dean Brand

37 views

3 weeks ago

Michigan Python
Designing Delightful CLIs with Python

What about using certain CLIs puts a smile on your face and gets you telling all your friends and colleagues about it? The Unix ...

36:07
Designing Delightful CLIs with Python

936 views

8 days ago

ENOCH ENU
(UV)-Start Python Projects Faster
5:53
(UV)-Start Python Projects Faster

11 views

7 days ago

Md Mishfaq Ahmed
UV vs PIP for Python

netlify app comparing UV and PIP is here: https://uvisfasterpip.netlify.app/

1:01
UV vs PIP for Python

0 views

1 month ago

মন্দির
making my python uv app dockerized but how to solve uv sync problem

python uv python python setup in linux python in uv python in docker.

18:52
making my python uv app dockerized but how to solve uv sync problem

0 views

2 weeks ago

Muhammad Mahfouz | محمد محفوظ
Model Context Protocol (MCP) #2 – UV Setup for Python | Installation, Project Init & venv

MuhammadMahfouz #محمد_محفوظ #mcp #modelcontextprotocol #python #uv #pythondevelopment #aiengineering UV ...

14:45
Model Context Protocol (MCP) #2 – UV Setup for Python | Installation, Project Init & venv

64 views

6 days ago

Quartz Code
Lambda explained in Python for Beginners || Learn Python

You Will Never Forget Lambda Functions in Python ever again! (Watch This) Learn how to use Python lambda functions to write ...

3:21
Lambda explained in Python for Beginners || Learn Python

1,050 views

1 month ago

Quartz Code
The "Secret" to Cleaner Python Loops (Enumerate & Zip)

You Will Never Forget Enumerate() and Zip() Functions in Python ever again! (Watch This) Learn how to use Python's enumerate() ...

3:09
The "Secret" to Cleaner Python Loops (Enumerate & Zip)

1,107 views

3 weeks ago