From: Bruno Desthuilliers <bruno.42.desthuilliers@wtf.websiteburo.oops.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs + python
Date: Wed, 01 Aug 2007 16:58:23 +0200 [thread overview]
Message-ID: <46b09f8f$0$21522$426a74cc@news.free.fr> (raw)
In-Reply-To: <ak8x8v2udo.fsf@googlemail.com>
Hadron a écrit :
> Could anyone put me on the right track to developing Python with emacs
> please : modes to consider, debugging etc hopefully all within emacs.
There's a python-mode distributed with Python[1]. It of course takes
care of indentation and syntax-hiliting, but also allows to run a Python
interpreter in another buffer, and to send either the whole or part of
the python file you're editing to it.
pdb is also well integrated : you have the pdb prompt in the Python
interpreter buffer, and sync with the current line in the python file's
buffer.
If you want to turn your emacs into a full-blown IDE, just add ECB
(Emacs Code browser) to the mix, and you'll have files and code explorer
too.
[1] latest emacs version also have one which I haven't tested yet - does
someone knows the differences BTW ?.
next prev parent reply other threads:[~2007-08-01 14:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <ak8x8v2udo.fsf@googlemail.com>
2007-08-01 14:53 ` Emacs + python Dale Strickland-Clark
2007-08-01 15:52 ` Hadron
2007-08-01 14:53 ` Bjoern Schliessmann
2007-08-01 15:51 ` Hadron
2007-08-01 14:58 ` Bruno Desthuilliers [this message]
2007-08-01 15:23 ` theju
2007-08-01 15:45 ` Alexander Schmolck
2007-08-01 20:23 ` Stefan Behnel
2007-08-02 15:06 ` hide1713
[not found] ` <1186128043.721506.102250@g4g2000hsf.googlegroups.com>
2007-08-03 10:49 ` Hadron
2007-08-08 9:58 ` lbolognini
2007-08-08 14:59 ` Stefan Monnier
[not found] <00tzrdm1zd.fsf@googlemail.com>
2007-08-06 10:32 ` Hadron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='46b09f8f$0$21522$426a74cc@news.free.fr' \
--to=bruno.42.desthuilliers@wtf.websiteburo.oops.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.