Tag: python


iPython

November 23rd, 2008 — 9:20pm

This interactive interpreter contains small upgrades to the default python interpreter.   Among others, native tab completion and a more bash like referencing of history commands.

Install on OSX 10.5 with two simple commands:

[brent@ronin ~]501$ sudo easy_install ipython
… snip….
[brent@ronin ~]502$ sudo easy_install -f http://ipython.scipy.org/dist/ readline

Enjoy!

Comments Off | python

Pygame on OSX

November 15th, 2008 — 3:53pm

Comments Off | python, technology

import this

November 13th, 2008 — 12:24am

Comments Off | python, technology

VIM settings for Python

November 3rd, 2008 — 10:58am

Comments Off | python, technology

Back to top