Reviving a 1997 VB4 App in Python, Then a Viral Reddit Post
The user revives a 1997 Visual Basic 4 executable as a Python sound toy with Claude's help, then asks it to write a self-hyping viral Reddit post.
Related
PyLingo: a gamified Python tutor that has Claude grade your code
A single prompt builds a 15-level gamified Python tutor in React, then a follow-up swaps naive string matching for Claude-as-grader to judge code correctness.
Sorting visualizer with a CPython-faithful Timsort implementation
The user built an animated visualizer for sorting algorithms, then had Claude clone CPython's source to add a faithful Timsort and a live race mode.
Swapping MicroPython for full CPython in a WASI sandbox
The user tests whether a WASI Python sandbox can swap MicroPython for full CPython, verifying startup cost, fuel limits, and a tricky zip-stdlib bug fix.
A client-side MP3 silence cutter, built waveform-first
A four-round build of a browser-only MP3 silence trimmer, adding zoomable dual waveforms, click-to-play scrubbing, and neatly categorized CSS along the way.