Reece Hart

Archive for the ‘Uncategorized’ Category

Using virtualenv, pip, and ipython

Sunday, July 3rd, 2011

This page provides a quick synopsis on how to use three of my favorite Python features together:

  • virtualenv, which provides a standardized mechanism to isolate python environments (including in WSGI setups)
  • pip, which facilitates packages installation in virtualenv environments or otherwise
  • ipython, a terrific interactive shell with readline and debugging support

(more…)

Where is our (Hello) World going?!

Tuesday, February 15th, 2011

Hype and evangelism run rampant in technology. That’s not to say there aren’t real and substantial advances, of course. One of my personal mantras is that simple things should be simple and complex should be possible. In other words, complexity shouldn’t come at the expense simplicity. (This isn’t a novel idea, just my own internal rephrasing.) With that in mind, I was amused by the following observation:

(more…)