Hi folks;
I'm organizing some projects to work during winter break. I'll appreciate your comments.
I've been looking for Python development tools. While there's a wealth of text editors, debuggers are less common. After some digging, I'm finding myself rediscovering Idle, which is a GUI tool and includes a debugger. I'm curious, how much overhead the GUI would have in running remotely, either with X-windows or X11vnc.
While the standard Python includes source for Idle, in looking at the 9.0.3 repo it appears that python.tcz doesn't include Idle. Anyone have any tips on the details of building Python? Ubuntu has Python and Idle in separate packages, which I like.
I found some other choices. To start with text based tools, apart from the built-in pdb CLI debugger tools, the PuDB debugger reminds me of Borland turbo debugger.
To use gdb with Python, the debugger symbols must be present. If/when I get to writing Python extensions, I'll be looking close at this.
Some folks are running PyDev/Eclipse on a host PC and remotely running Python on a RasPi. How complicated is this? I think this is a nice goal to work toward. I'll start with something that runs natively on the RasPi.
Any thoughts? Know of any other tools? Thanks in advance,
Krista