Overview
Explore the groundbreaking Python linter and code formatter Ruff in this PyCon US talk by Charlie Marsh. Discover how Ruff, written in Rust, revolutionizes static analysis for Python projects by replacing multiple tools with a single, lightning-fast dependency. Learn about Ruff's functionality and delve into its internal workings, with a focus on the performance optimizations that make it 10x to 1000x faster than alternatives. Understand the design decisions and tradeoffs involved in building high-performance developer tools for Python using Rust. Gain insights applicable to creating efficient tools in any programming language, even without prior Rust knowledge. Examine real-world examples of Ruff's adoption by major Python projects like NumPy, Pandas, PyTorch, and LangChain. Access accompanying slides for a comprehensive understanding of this game-changing tool that's reshaping Python development practices.
Syllabus
Talks - Charlie Marsh: Ruff: An Extremely Fast Python Linter and Code Formatter, Written in Rust
Taught by
PyCon US