Conversation
Notices
-
@sampattuzzi: the best analysis tool for #python code is the python interpreter, because of python's awesome introspection capabilities.
-
@sampattuzzi: eric3 used to be able to generate diagrams from python code (if those help you)
-
@sampattuzzi what sort of !python analysis do you need? Most editors will color on syntax, and exuberant ctags can help trace definitions...
-
@sampattuzzi vim
-
@sampattuzzi http://identi.ca/user/23702 Maybe you want to take a look at Winpdb? http://winpdb.org/ !python
-
@sampattuzzi: pydoc (included with !python) & http://pypi.python.org/pypi/pudb might be useful too
-
@sampattuzzi: try importing it in ipython, and playing with it. Also, a well placed "import pdb; pdb.set_trace()" can be very illuminating..
-
@thisfred prepare yourself for the barrage of questions that we've put on hold with "that's a thisfred question" for the last week ;)
-