The Python HTTP library requests
is probably my favourite HTTP utility in all the languages I program
in. It's simple, intuitive and ubiquitous in the Python community. Most of the
programs that interface with HTTP use either requests or urllib3 from
the ... (more…)
Read more »
Back in February, I put together Lua 5.4 using Cosmopolitan Libc as a quick proof-of-concept, and that led to Lua 5.4 being vendored as part of the Cosmopolitan repository on Github, along with many other interesting developments. It’s pretty exciting to ... (more…)
Read more »
Python library to work with algebraic effects. Contribute to orsinium-labs/eff development by creating an account on GitHub. (more…)
Read more »
Contribute to fkhan0520/cgpt_exceptions development by creating an account on GitHub. (more…)
Read more »
Imagine a custom set-like data structure that doesn’t perform hashing and trades performance for tighter memory footprint. Or imagine a dict-like data structure that automatically stores data in a PostgreSQL or Redis database the moment you initialize it;... (more…)
Read more »