Feed on
Posts
Comments

Archive for April, 2008

Python Code Completion

Working with large code bases like Zope and Plone can quickly give your hands a workout. I’ve been looking around for some good python completion tools that i can use directly from textmate or emacs.
the critical comparison test for any such tools.

works well with large codebases.
opensource

ctags/gtags
not directly related to completion, but exuberant tags / ctags [...]

Read Full Post »