A quick guide to running a Raspberry Pi from a hard drive
The Raspberry Pi is a fun if limited little single-board computer (were that it had more than one core). That said, running off an SD card is not exactly optimal, with write speeds […]
The Raspberry Pi is a fun if limited little single-board computer (were that it had more than one core). That said, running off an SD card is not exactly optimal, with write speeds […]
As I learn about the Go programming language I thought I’d share some of what I’ve learned as an occasional series. My current Go exploration is prime number identification and the […]
I am a proponent of not rebuilding binaries when possible (thanks to Gohlke’s Unofficial Windows Binaries for Python Extension Packages site and the Python wheels), but there are many times I need to rebuild […]
I was fiddling with Python and iPython today on Windows (64-bit installs) and tried the help(‘modules’) command in Idle. Surprisingly, it threw an infinite raft of errors from pyreadline, all of […]
A post has been making the rounds on Reddit and Facebook, graphically demonstrating the 1000-fold increase in (flash) memory density over the last decade. The question is, will this scale indefinitely, […]
I recently purchased the Writing Idiomatic Python bundle by Jeff Knupp (at http://www.jeffknupp.com/writing-idiomatic-python-ebook/). As I continue to refresh and reinforce my Python knowledge I figured it’d be handy, and indeed it turned […]