DuckDB is an embedded database, similar to SQLite, but designed for OLAP-style analytics. It is crazy fast and allows you to read and write data stored in CSV, JSON, and Parquet files directly, ...
Official support for free-threaded Python, and free-threaded improvements Python’s free-threaded build promises true parallelism for threads in Python programs by removing the Global Interpreter Lock ...