Micha
banner
michareiser.bsky.social
Micha
@michareiser.bsky.social
Engineer @ Astral

Prev: Biome, Facebook
Reposted by Micha
Today, we’re announcing the preview release of ty, an extremely fast type checker and language server for Python, written in Rust.

In early testing, it's 10x, 50x, even 100x faster than existing type checkers. (We've seen >600x speed-ups over Mypy in some real-world projects.)
May 13, 2025 at 5:00 PM
Reposted by Micha
With uv (astral) and Zed, it is pretty easy to get set up to work on an existing Python project:

1. Clone the repo
2. `uv sync` to install deps in a .venv
3. Select the .venv in Zed's toolchain selector

We have plans to further improve our support of Python. Stay tuned.
January 31, 2025 at 6:49 PM
Reposted by Micha
The 2025 Ruff style guide includes formatting for f-string interpolated expressions, automatic joining of single-line implicitly concatenated strings, improved formatting for multiline `assert` statements, and more astral.sh/blog/ruff-v0...
Ruff v0.9.0
The new 2025 formatter style guide, rule stabilizations, and more
astral.sh
January 9, 2025 at 2:21 PM
Reposted by Micha
python-build-standalone has exploded in popularity, with over 70M downloads all-time.

But what is a "standalone" Python build?

It wasn't obvious to me at first! Initially, I didn't understand what problem was being solved or why it mattered...
December 4, 2024 at 2:09 AM
Reposted by Micha
uv now ships with dedicated documentation for PyTorch
November 19, 2024 at 10:17 PM