Quantcast
Channel: Brent Bushnell » python
Browsing latest articles
Browse All 4 View Live

VIM settings for Python

Here are a few VIM settings that have been helpful to me for python. This adds improved syntax highlighting: http://www.vim.org/scripts/script.php?script_id=790 Add the following to your .vimrc file....

View Article


import this

I love python for a lot of reasons, not the least of which are easter egg gems like this: [brent@ronin ~]501$ python Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17) [GCC 4.0.1 (Apple Inc. build 5465)]...

View Article


Pygame on OSX

There are a few options for getting pygame running on OSX, namely, the MacPorts version and the version off of the Pygame site. The MacPort is available here. Note it’s named py-game.  It has a huge...

View Article

iPython

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...

View Article
Browsing latest articles
Browse All 4 View Live