What are the project explorers or IDEs available for python programmer in Ubuntu? I am aware about Eclipse and Pydev plugin, but I find it pretty slow. I then usually use Sublime text editor, but that hardly solves purpose.
My typical task involves getting the repository from Github/Bitbucket and understanding the code flow, learning the project. So I would like to have a project explorer which will jump to definition of function, list all occurrences of word, find the calls to function. I would like to have this at project level than just file level. That is, the jump to function should happen even if the function is defined in other file.
The debugging, stepping through each line of code would be a big plus.
Just to give some idea - I use Microsoft Visual Studio (for C++) at work and I a big fan of it. Its a solid IDE with exceptional programmer friendly features. So is there anything close to it for Python in Ubuntu?