whatsnewt: A TUI text adventure through what's new in Python 3.15

Lobsters Hottest Tools

Summary

A TUI text adventure tool that guides users through the new features in Python 3.15.

<p><a href="https://lobste.rs/s/vl8tc1/whatsnewt_tui_text_adventure_through">Comments</a></p>
Original Article
View Cached Full Text

Cached at: 09/24/26, 01:01 PM

# Client Challenge Source: [https://pypi.org/project/whatsnewt](https://pypi.org/project/whatsnewt) A required part of this site couldn’t load\. This may be due to a browser extension, network issues, or browser settings\. Please check your connection, disable any ad blockers, or try using a different browser\.

Similar Articles

Python 3.15: features that didn't make the headlines

Hacker News Top

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

Hacker News Top

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

Hacker News Top

The author advocates for building native user interfaces over terminal user interfaces, demonstrating several AI-assisted apps created with minimal coding effort.