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

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

Reimagine the Date Picker

The creator of Pikaday, a popular JavaScript date picker with 8,000 GitHub stars, archived the project and now promotes using native HTML date elements instead of complex calendar widgets.

Make Python Up to 150× Faster with C

Python developers facing performance bottlenecks can dramatically accelerate computationally intensive algorithms by integrating C code through three methods: subprocess calls, ctypes libraries, or Python C extensions. Testing...