Not having fun with Python

Published on Tuesday, October 13, 2009 By Brad Wardell In Elemental Dev Journals

Once hooked in, Python is very nice for coding.  Where it is NOT nice, so far at least, is the work having to expose new APIs to it.  I must be doing something wrong because it seems like there’s a lot of work to expose methods and such.

And worse, even once I do that, IDLE (the Python shell I’m using) doesn't seem to have any intellisense for the imported APIs and classes.