OT: Text editors

Arnaud Delobelle arnodel at gmail.com
Sun Jul 29 10:24:14 EDT 2012


On 29 July 2012 06:36, rusi <rustompmody at gmail.com> wrote:
> Just curious about your emacs+python usage.
> Do you use the emacs builtin python mode or the separate python-mode?
> Do you use pdb?
> Any other special setups?

One thing that I find very useful is to configure flymake to use
pyflakes.  Very useful to get feedback on unused imports / unused
variables / undefined variables (which means you spot typos on
variable names straight away).

For instructions, see e.g. http://www.plope.com/Members/chrism/flymake-mode

-- 
Arnaud



More information about the Python-list mailing list