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

Starting With DuckDB and Python

DuckDB offers an efficient way to handle large datasets in Python with OLAP optimization. Users can create databases from various file formats, query data using SQL or DuckDB's Python API, and enjoy concurrent read access. The...

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

The Quirks And Gotchas of PHP

Quirks and gotchas lurk in the depths of PHP, ready to surprise unwary developers. Like its cousin JavaScript, PHP's loose typing can lead to unexpected results. "1" + 1 equals 2, not "11" as in JavaScript. But beware: PHP...