whatsnewt: A TUI text adventure through what's new in Python 3.15
Summary
A TUI text adventure tool that guides users through the new features in Python 3.15.
View Cached Full Text
Cached at: 09/24/26, 01:01 PM
Similar Articles
Python 3.15: features that didn't make the headlines
Python 3.15 introduces smaller but notable features including graceful TaskGroup cancellation and context manager improvements for decorators, alongside major features like lazy imports and the tachyon profiler.
Movwin: My (Unpublished) TUI Framework
A blog post detailing the author's personal, unpublished TUI framework 'movwin' built on ncurses in Python, focusing on Unicode support and performance, with the decision to keep it private due to concerns about AI companies scraping code.
Stop Making TUIs
The author advocates for building native user interfaces over terminal user interfaces, demonstrating several AI-assisted apps created with minimal coding effort.
@kirbytheodor: deslopped the tui a bit so it's actually useful at a glance ouroboros with fable and astra deleted 2.79 million lines o…
Enhanced the TUI of ouroboros, a CLI tool for self-evolving auto-research systems, and deleted 2.79 million lines of vestigial code to improve usability.
The text mode lie: why modern TUIs are a nightmare for accessibility
The article critiques modern Text User Interfaces (TUIs) for their poor accessibility to screen reader users, challenging the misconception that terminal-based applications are inherently accessible.