Exploring Python through counter-intuitive snippets. If you think you know Python, think once more! - satwikkansal/wtfpython... (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 »
The Indico event-management tool has been in development at CERN for two decades at this point. [...]... (more…)
Read more »
Newt DB is a Python object-oriented database with JSONB-based access and search in PostgreSQL - newtdb/db... (more…)
Read more »