ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

168 results

InfoWorld
Ruff: A faster linter for Python, written in Rust

Python's linting and code formatting tools are typically written in Python, and can slow down significantly on large code bases. Ruff ...

3:53
Ruff: A faster linter for Python, written in Rust

5,450 views

2 years ago

Talk Python
Ruff - The Fast, Rust-based Python Linter - Talk Python to Me Ep.400

Our code quality tools (linters, test frameworks, and others) play an important role in keeping our code error free and conforming to ...

1:12:42
Ruff - The Fast, Rust-based Python Linter - Talk Python to Me Ep.400

5,399 views

Streamed 2 years ago

Laluka
EP 015 | PoC ruff (ultra-fast python linter)

EP 015 | PoC ruff (ultra-fast python linter) Discord : https://discord.gg/tH8wEpNKWS Socials : https://linktr.ee/TheLaluka ~ Sources ...

21:06
EP 015 | PoC ruff (ultra-fast python linter)

75 views

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

29,787 views

1 month ago

Talk Python
ty: Astral's New Type Checker (Formerly Red-Knot) - Talk Python to Me Ep. 506

The folks over at Astral have made some big-time impacts in the Python space with uv and ruff. They are back with another ...

1:09:45
ty: Astral's New Type Checker (Formerly Red-Knot) - Talk Python to Me Ep. 506

12,553 views

Streamed 8 months ago

devtools-fm
Charlie Marsh - Ruff

This week we talk to Charlie Marsh, the creator of Ruff, a fast python linter written in Rust. We talk about his journey from working ...

1:01:17
Charlie Marsh - Ruff

978 views

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

7,844 views

7 months ago

Talk Python
pyx - the other side of the uv coin (announcing pyx) - Talk Python to Me Ep. 520

A couple years ago, Charlie Marsh lit a fire under Python tooling with Ruff and then uv. Today he's back with something on the ...

1:07:42
pyx - the other side of the uv coin (announcing pyx) - Talk Python to Me Ep. 520

1,411 views

Streamed 4 months ago

InfoWorld
A first look at "uv", a replacement for Python's "pip" and more

The creators of the "ruff" linter have a new Rust-powered tool for Python – an all-in-one project creation and management tool ...

5:00
A first look at "uv", a replacement for Python's "pip" and more

878 views

1 year ago

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

Master the setup of a modern and efficient Python development environment in 2025! In this video series, I share how to set ...

44:55
Modern Python Environment 2025: VS Code, Ruff, Pyright, pyproject.toml and Venv

6,964 views

7 months ago

Better Stack
MyPy Is DEAD! Astral's TY Is The New Future Of Python Type Checking

Switching from MyPy to TY for Python type checking will dramatically improve your development workflow. This video ...

3:02
MyPy Is DEAD! Astral's TY Is The New Future Of Python Type Checking

8,432 views

7 months 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,715 views

1 year ago

Talk Python
uv - The Next Evolution in Python Packages? Talk Python to Me Ep.453

Have you ever been wait around for pip to do its thing while installing packages or syncing a virtual environment or through some ...

1:15:36
uv - The Next Evolution in Python Packages? Talk Python to Me Ep.453

3,563 views

Streamed 1 year ago

ArjanCodes
UV for Python… (Almost) All Batteries Included

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
UV for Python… (Almost) All Batteries Included

197,265 views

1 year ago

codingjerk
This will fix Python type checking

So, Astral is working on a new Python type checker. Let's check it out! *Time stamps:* - 00:00 - Intro - 00:31 - Type Annotations ...

6:23
This will fix Python type checking

26,286 views

7 months ago

Talk Python
Full-Time Open Source Devs Panel - Talk Python to Me Ep.448

So you've created a Python-based open source project and it's started to take off. You're getting contributors, lots of buzz in the ...

1:00:53
Full-Time Open Source Devs Panel - Talk Python to Me Ep.448

939 views

Streamed 2 years ago

Talk Python
uv: the unified packaging release - Talk Python to Me Ep.476

A couple of weeks ago, Charlie Marsh and the folks at Astral made another big splash with a major release of uv called "uv: ...

1:15:02
uv: the unified packaging release - Talk Python to Me Ep.476

4,137 views

Streamed 1 year ago

Nemo Cheung (lozhang)
python 新项目linter标配 ruff

ruff 是一个python的的linter和代码格式化工具和uv一样,它们都是出自[astral](https://astral.sh) 你有可能听说flake8,black,isort ...

6:16
python 新项目linter标配 ruff

42 views

7 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

143,859 views

1 year ago

ArjanCodes
How To Design Robust Python Functions

Try Lokalise today: https://bit.ly/arjancodes. In this video, I'm going to show you the main principles I use to write code that's less ...

20:56
How To Design Robust Python Functions

57,608 views

9 months ago

Hynek Schlawack
Is UV the FUTURE of Python PACKAGING? 🐍📦

Six months later, the answer is in: https://www.youtube.com/watch?v=8UuW8o4bHbw Astral's uv burst without a warning into the ...

17:52
Is UV the FUTURE of Python PACKAGING? 🐍📦

12,375 views

1 year ago

Python Morsels
Unnecessary else statements

When your function ends in an "else" block with a "return" statement in it, should you remove that "else"? Also see related pylint ...

2:17
Unnecessary else statements

633 views

1 year ago

Visual Studio Code
Python Linting in VS Code

Learn how VS Code helps Python developers supercharge their development and improve their code quality. Dawn presents ...

10:07
Python Linting in VS Code

37,811 views

2 years ago

CyberHongTu 赛博红兔
Ruff使用指南:最新的超快速代码格式化工具

大家好,欢迎回到“Python五分钟”,我是赛博红兔。这一期,我们来看看如何使用最近特别受欢迎的Python代码静态分析和格式化 ...

10:37
Ruff使用指南:最新的超快速代码格式化工具

2,266 views

7 months ago

Talk Python
Hatch: A Modern, Extensible Python Project Manager - Talk Python to Me Ep.408

In recent years, there has been a lot of experimenting how we work with dependencies and external libraries for our Python code.

1:07:40
Hatch: A Modern, Extensible Python Project Manager - Talk Python to Me Ep.408

8,671 views

Streamed 2 years ago