ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

125 results

Indently
UV in Python is Awesome

In today's video we're going to learn about UV, an extremely fast Python package and project manager, written in Rust.

11:05
UV in Python is Awesome

25,235 views

3 weeks ago

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

11,885 views

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

13,534 views

5 days ago

just a dev
POR FAVOR, Aprende estas 3 Herramientas Python

3 HERRAMIENTAS PYTHON que te llevan al siguiente nivel (FastAPI + Streamlit + UV) 🛠️ Recursos del video: → FastAPI: ...

9:33
POR FAVOR, Aprende estas 3 Herramientas Python

331 views

3 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

40 views

8 days ago

Daniel Wallace
Stop Using pip. uv exists

You've been handed data work. You need Python, you need packages, you need it reproducible. The old way — venv, pip, ...

16:41
Stop Using pip. uv exists

41 views

3 weeks ago

Daniel Wallace
Why Your Python Imports Break (and How uv Fixes It)

You've hit ModuleNotFoundError. You've tried sys.path.append. It worked… until it didn't. The real problem isn't your import ...

15:00
Why Your Python Imports Break (and How uv Fixes It)

38 views

3 weeks ago

Blueprint of AI
Python for Generative AI | Python Virtual Environment Setup | pip vs uv

Python for Generative AI requires a clean Python virtual environment. In this video, you'll learn python virtual environment setup, ...

7:02
Python for Generative AI | Python Virtual Environment Setup | pip vs uv

32 views

3 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

46 views

2 weeks 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

6,759 views

5 days 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

117 views

2 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

28 views

2 weeks ago

coder2j
Everyone's Switching to This Python Tool (Are You Still Using pip?)

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

6:35
Everyone's Switching to This Python Tool (Are You Still Using pip?)

190 views

4 days ago

The Cloud Girl
How I Would Learn Python FAST (in 2 Days) Vibe Coding Method

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

12:23
How I Would Learn Python FAST (in 2 Days) Vibe Coding Method

1,343 views

6 days ago

Precision Data Analytics
Python Environments Explained (Part 2:  UV)

The information in this video is for educational and instructional purposes only. *** IT IS NOT FINANCIAL, INVESTMENT, OR ...

5:49
Python Environments Explained (Part 2: UV)

40 views

2 weeks 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

31 views

2 weeks ago

Probably Private
Getting your Local AI running: Software, Drivers and Python Environment Tips

In this video, you'll explore tips on initial steps with your local AI setup. This is especially relevant for folks who have built out their ...

12:49
Getting your Local AI running: Software, Drivers and Python Environment Tips

73 views

2 weeks ago

Data Learning with Sihan
Installing python with UV Python Package Manager

Installing python with UV python package manager.

5:17
Installing python with UV Python Package Manager

20 views

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

8 days ago

Stream Developers
Build a Voice Agent in Python: 2026 Guide

There are several ways to create a voice agent in Python. This video guides you with the two main approaches, realtime ...

11:18
Build a Voice Agent in Python: 2026 Guide

370 views

1 month ago

MLflow
Getting Started with MLflow for GenAI: Setup, Tracking, and MLflow UI (Notebook 1.1)

In this first installment of the series, Jules Damji introduces the architectural pillars of MLflow for GenAI and walks through the ...

10:39
Getting Started with MLflow for GenAI: Setup, Tracking, and MLflow UI (Notebook 1.1)

118 views

6 days ago

Ayeda Okambawa
RawForge: Install & Denoise Photos for Free with AI (No Subscriptions Needed)

In this video, I show how to install RawForge and RawRefinery. Both are Python applications we can use for AI denoising.

12:33
RawForge: Install & Denoise Photos for Free with AI (No Subscriptions Needed)

469 views

2 weeks ago

aji-ncodew
[#01] SETUP l'environement dialek PART 1 : installer  PYTHON +VSCODE  + UV

Shows how to setup python environment python + vscode + uv.

6:05
[#01] SETUP l'environement dialek PART 1 : installer PYTHON +VSCODE + UV

0 views

6 days ago

0xdf
Finding and Fixing a Bug in Netexec NFS

Netexec has some awesome NFS capabilities. While playing Slonik from VulnLab / HackTheBox, I found an issue I couldn't ...

15:16
Finding and Fixing a Bug in Netexec NFS

1,719 views

3 weeks ago

Quartz Code
Mastering Python Decorators: Python for Beginners

Stop repeating code and start using Python Decorators the right way! (Watch This) In this tutorial, you will learn how to use Python ...

9:22
Mastering Python Decorators: Python for Beginners

99 views

6 days ago