1
vote
1
vote
Python desktop widgets
Take a look at gDesklets. AFAIK they're UNIX only, but mabybe porting them to other platforms make more sense than starting from scratch?
…
1
vote
Has anyone found a good set of python plugins for vim — specifically module completion?
Code completion: PySmell looks promising. It's work-in-progress, but alredy useful.
…
2
votes
Python scope
Errata for Greg's post:
There should be no before they are referenced. Take a look:
x = 1
def …
