Simon Willison’s Weblog

Subscribe

2 items tagged “ide”

2009

Namespaces. Python’s approach to imports is possibly my favourite feature of the language. I love being able to scan up to the top of a file in my text editor and see exactly where every symbol comes from, no IDE required.

# 2nd December 2009, 9:31 am / christopher-lenz, ide, import, namespaces, python

2008

Python with a modular IDE (Vim). Great tips—I’d use these if I wasn’t still scarred from the time vim encrypted my file instead of saving it because I had caps lock on by mistake.

# 12th May 2008, 7:09 am / capslock, ide, python, vim