Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Python

60 items on 30 Aug 2026
Python

Python: introducing emojet, a fast emoji lookup library

p span[style*="font-size"] { line-height: 1.6; } emojet is an emoji library for Python: it converts between emoji and their names, in both directions, plus the searching and lookup functions that go with that. It covers…

Source: Python Weekly
Python

Almost consensus: ABD and the edges of quorum replication

p span[style*="font-size"] { line-height: 1.6; } From Thomas's 1979 majority voting, to ABD's linearizable register, to Cassandra's read repair: we provide a runnable Python tour of quorum replication, and show how ABD…

Source: Python Weekly
Python

A quick look at zero-knowledge proofs

p span[style*="font-size"] { line-height: 1.6; } In this post, the authors break down non-cryptocurrency zero-knowledge proofs (ZKPs) using graph theory and Python. By implementing Protocol 4 from Goldreich, Micali, and…

Source: Python Weekly
Python

claude-seo

p span[style*="font-size"] { line-height: 1.6; } Claude SEO is an open-source SEO analysis plugin for Claude Code. It runs 25 sub-skills and 18 specialist agents in parallel across technical SEO, content quality…

Source: Python Weekly
Python

interlock

p span[style*="font-size"] { line-height: 1.6; } Circuit breaker for Python: sync + async in one class, sliding-window rate, slow-call detection, Polly-style resilience pipeline, type-safe API.

Source: Python Weekly
Python

Composite: The Pattern Behind Menus, File Systems and Games

p span[style*="font-size"] { line-height: 1.6; } The Composite pattern lets you treat individual objects and entire object hierarchies through the same interface, making tree-like structures much easier to manage. Using…

Source: Python Weekly
Python

pyhctsa

p span[style*="font-size"] { line-height: 1.6; } The most comprehensive time-series feature extraction package in Python.

Source: Python Weekly
Python

semantica

p span[style*="font-size"] { line-height: 1.6; } Graph-Native Infrastructure for Context and Accountable AI Systems.

Source: Python Weekly
Python

Introducing Flex: Let the Model Write the Code

p span[style*="font-size"] { line-height: 1.6; } DSPy’s new Flex module allows optimizers like GEPA to improve programs by rewriting both their instructions and underlying Python code. This lets the optimizer route easy…

Source: Python Weekly
Python

Two lines of Python that segfault the interpreter

p span[style*="font-size"] { line-height: 1.6; } Two lines of Python could crash CPython 3.14 through 3.16 because SET_ADD assumed it was always operating on a real set, while PEP 749 made __conditional_annotations__…

Source: Python Weekly
Python

Agent Memory Guard

p span[style*="font-size"] { line-height: 1.6; } Agent Memory Guard is an OWASP Incubator Project that prevents AI agents from being weaponized through their own memory. It implements MITRE ATLAS mitigation AML.M0031…

Source: Python Weekly
Python

python-game-server

p span[style*="font-size"] { line-height: 1.6; } A lightweight server and framework for turn-based multiplayer games.

Source: Python Weekly
Python

key-amnesia

p span[style*="font-size"] { line-height: 1.6; } Let your AI agent use your passwords and API keys - without ever letting it see them.

Source: Python Weekly
Python

centaur

p span[style*="font-size"] { line-height: 1.6; } Centaur is frontier, agentic infrastructure that you own. Centaur is like Claude Tag, but open source and on steroids.

Source: Python Weekly

60 items available