Posts tagged with "programming"
The most interesting Python libs discovered in 2022
Jan. 17, 2023
Ruff
The first one is, in fact, in PyPi, but written in Rust. Ruff is a high-performance linter, and it's a perfect replacement for Flake8, isort, and pyupgrade. Instead of running linters separately, we now have an all-in-one solution that does the job in a fraction of the time compared to other linters.
DiskCache
DiskCache is a disk …