Reading from Databases Faster with Python

Reading from databases with Python is a common need. This post explores pyodbc, pypyodbc, and turbodbc for interacting with databases using Python. Read more

Similar

Python, Debian, and the Install Locations

Today, I will be talking about the Debian patching of Python, more specifically, the Debian patching of the Python install locations and interpreter initialization in specific.As some of you may know, the Python shipped by Debian is not exactly the same P... (more…)

Read more »

A from-scratch tour of Bitcoin in Python

I find blockchain fascinating because it extends open source software development to open source + state. This seems to be a genuine/exciting innovation in computing paradigms; We don’t just get to share code, we get to share a running computer, and anyon... (more…)

Read more »