3:35
Top 5 Python Linters Compared: Find Your Best Tool!
Best Python Linters Discover the top 5 Python linters—Pylint, Flake8, Black, Pyflakes, and Mypy! Learn how each tool improves ...
7:09
What is a Linter and Why You Should Use One | Linters EXPLAINED
What is a linter? How does a linter work? Why should I use a linter? These questions, and many more, come up every time I ...
4:17
This Python Linter Is TOO Fast
We've all been there, waiting for our linter to tell us our code is garbage so that we can go away and fix it. But, what if we didn't ...
3:53
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 ...
6:52
python: {...} is faster than dict(...) (intermediate) anthony explains #223
today I talk about why dictionary literals (and other literals) are faster than their function-called counterparts - python disassembler: ...
11:46
ty - Python type-checker from Astral (uv and ruff creators)!
Join our channel to get access to perks: https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join ☕️ Buy a ...
5:13
After 6 months of not launching VS Code, I'm sharing why Zed has become my go-to code editor. In this video, I break down the ...
1:16
PYTHON : flake8 complains on boolean comparison "==" in filter clause
PYTHON : flake8 complains on boolean comparison "==" in filter clause [ Gift : Animated Search Engine ...
5:41
How to Use the Microsoft Excel Spreadsheet Compare Tool to Find Differences
The Microsoft Spreadsheet Compare tool is a powerful utility included with Office that identifies differences between two Excel files ...
31:38
my python project setup (+ all tools) (intermediate) anthony explains #396
today I go over all the tools I use to set up my projects, as well as the differences between 1-file libraries, multi-file libraries, and ...
5:57
Download this blogpost from https://codegive.com when it comes to python code formatting and style checking, developers often ...
3:02
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 ...
50:44
New Linting Rules • Kyle Simpson • GOTO 2014
This presentation was recorded at GOTO Aarhus 2014 http://gotocon.com Kyle Simpson - Open Web Evangelist at Getify Solutions ...
3:38
Big projects are ditching TypeScript… why?
Why are some big open-source projects like Turbo and Svelte dropping TypeScript in favor of vanilla JavaScript? Learn about the ...
33:15
Documentation as code (Part 3) : A Linting How To - The Vale Linter in Action - Tag1 TeamTalk #027.3
Don't forget to hit the “Like” button and be sure to subscribe for more videos Find us online at https://www.tag1consulting.com ...
58:19
Пишем плагин для линтера с Никитой Соболевым
Попрактиковаться на «Девмане» → http://bit.ly/2pL6HfU Таймлайн этого видео: до 9:56 — Введение: что такое линтер и как ...
44:44
Surveying Comprehension Constructs & Python Parallelism Infighting | Real Python Podcast #139
We share several other articles and projects from the Python community, including a news roundup, a Python linter comparison, ...
4:55
Best C/C++ IDE (CLion vs VSCode)
If you are wondering which IDE to use for your C and C++ development, this video is for you. Jetbrains CLion is an advanced IDE ...
19:23
what is manylinux? (intermediate - advanced) anthony explains #322
today I talk about the manylinux standard for python distributions and discuss why it was created, how it works, and how to turn off ...