Accessing MSSQL in Python

I was playing around with a crazy idea I had (more on that another day) and needed to be able to access MS SQL from Python, a quick search and I found this project, pymssql

It works great, I’ve only tested it on Windows (Vista) so far but it says it’ll work on Linux too which is pretty cool.

Oh and BTW Netbeans with Python Support is awesome.