pythonvbacompiler-construction

vba-style compiler/gui for python


does anyone know if there a vba style compiler/gui for python. i am using the regular IDLE and it is difficult to navigate from function to function. with the VBA editor you are able to skip from function to function with a listbox. does anyone know if such a thing exists for python?


Solution

  • Learn a decent text editor, and learn it well.

    In vim for instance, I would search for def func and get there WAY faster than you ever could using your mouse in a drop-down list.