logoalt Hacker News

alentredtoday at 11:08 AM3 repliesview on HN

Oh wow, not so long ago the sentiment was exactly opposite. Python community was struggling with tools and everyone wished to have `gofmt` for Python.

Granted, this is a linter, not a formatter, but my larger point is I am glad that Python ecosystem evolved like it did recently.


Replies

gempirtoday at 11:14 AM

Yeah, that's how much Astral changed python. UV and Ruff are amazing tools.

Go can get there, but like I said, I think everyone is building some partial tools that solve some problems, but there is not that one player building that one great tool.

jdrek1today at 11:10 AM

Ruff is actually a formatter too

Hamukotoday at 1:25 PM

It's not really even that recent of a change. Black's been stable for the past 4+ years.