Ruff, a ridiculously fast Python linter, has been gaining some serious traction recently. No wonder as it's providing close to feature parity with a dozen of linting tools most of which
The Python ecosystem has been rapidly evolving during the recent years. Here's a subjective take on what are the hot topics at the moment.
Python 🤝 Rust
Boosting CPU-bound work with C
Have you ever copy pasted some code from one repo to another? Perhaps you were
building a new web service and wanted to use some utilities which were available
in the codebase of
Fast CI is one of the key elements of efficient software development. In most
cases, the test phase is the bottleneck considering CI build times. In this blog
post, I introduce pytest-split [https: