I made PyChunks, a tool for Python beginners with everything embedded

PyChunks is a beginner-friendly Python editor and runner that uses a unique chunk-based system to run and compile code step-by-step. No setup needed — start coding instantly inside the app. – noamm… Read more

Similar

Latency in Asynchronous Python

This week I was debugging a misbehaving Python program that makes significant use of Python’s asyncio. The program would eventually take very long periods of time to respond to network requests. My first suspicion was a CPU-heavy coroutine hogging the thr... (more…)

Read more »