[Tutor] Python debugger/IDE that can be launched from a remote command line
Abhishek Pratap
abhishek.vit at gmail.com
Fri May 10 20:06:53 CEST 2013
On Fri, May 10, 2013 at 10:58 AM, Michael O'Leary <michael at seomoz.org>wrote:
> I am working on a project in which the code and data I am working with are
> all on an Amazon EC2 machine. So far I have been ssh'ing to the EC2 machine
> in two terminal windows, running emacs or vi in one of them to view and
> update the code and running the "python -m pdb ..." debugger in the other
> one to step through the code.
>
> I would prefer to work with an IDE that displays and updates program state
> automatically, but I don't know which ones I could launch from a remote
> machine and have it display within a terminal window or use XWindows or GTK
> to display in its own window. Are there any Python debuggers or IDEs that
> can be used in this kind of setting?
> Thanks,
> Mike
>
>
I think IPython could be a useful here. Kick start a IPython notebook on
Amazon machine and open it over https locally. More information on this here
http://ipython.org/ipython-doc/dev/interactive/htmlnotebook.html
-Abhi
> _______________________________________________
> Tutor maillist - Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130510/180aebdf/attachment.html>
More information about the Tutor
mailing list