SMRTR Programming

Programming stories

Get hand-picked daily summaries of the best, most informative programming articles from around the web. Browse recent summaries, then jump to the original source when you want the full article.

Latest stories

A puzzling Python program

This puzzling Python code outputs a countdown from 10 to 1 followed by "True" due to Python's old-style iteration protocol. When "None in countdown(10)" is evaluated, Python iterates through the countdown object by repeatedly...

SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

More recent stories

An Introduction to Ruby on Rails

Ruby on Rails streamlines web development by following strict conventions like MVC architecture and "convention over configuration" principles. The framework handles many backend tasks automatically, including database mapping...