An extremely fast Python package and project manager, written in Rust. - astral-sh/uv... (more…)
Read more »
I try to not read HN/Reddit too much about Pyston, since while there are certainly some smart and reasonable people on there, there also seem to be quite a few people with axes to grind (*cough cough* Python 3). But there are some recurring themes I noti... (more…)
Read more »
Regular expressions can be arcane, yet when used with care they can also be very powerful. In this post a couple of tips to get more out of your regexes when using Python's re module. (more…)
Read more »
If you work with JSON regularly (90% of Python developers I suspect) you might appreciate the print_json function just landed in Rich v10.9.0 If you call this function with a string, Rich will decode the string, reformat it, and print it to the console wi... (more…)
Read more »
The propositions-as-types interpretation states that proofs are programs. How can functional programming help us understand calculus? (more…)
Read more »