5(ish) Python Modules You Didn’t Know You Wanted

5(ish) Python Modules You Didn’t Know You Wanted

There are a lot of things I like about programming in Python, but one of my favorites is how well Python allows code reuse. Between the excellent import semantics and the outrageous level of introspection in Python, just about any piece of Python code (assuming...
The Javascript Toolbox

The Javascript Toolbox

Developers using JavaScript and HTML to build rich web apps are creating a plethora of tools to compartmentalize the common and organizational aspects of coding.  This burst of open source energy has led to new categories of libraries like the MV* frameworks, and...