Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Which editor has good support for editing Python source code?

0
Posted

Which editor has good support for editing Python source code?

0

On Unix, the first choice is Emacs/XEmacs. There’s an elaborate mode for editing Python code, which is available from the Python source distribution (Misc/python-mode.el). It’s also bundled with XEmacs (we’re still working on legal details to make it possible to bundle it with FSF Emacs). And it has its own web page: http://www.python.org/emacs/python-mode/index.html There are many other choices, for Unix, Windows or Macintosh. Richard Jones compiled a table from postings on the Python newsgroup: http://www.bofh.asn.au/~richard/editors.html See also FAQ question 7.10 for some more Mac and Win options. —————————————————————————- — ———– comp.lang.python.announce (moderated) ———- Article Submission Address: python-announce@xxxxxxxxxx Python Language Home Page: http://www.python.org/ Python Quick Help Index: http://www.python.org/Help.

0

On Unix, the first choice is Emacs/XEmacs. There’s an elaborate mode for editing Python code, which is available from the Python source distribution (Misc/python-mode.el). It’s also bundled with XEmacs (we’re still working on legal details to make it possible to bundle it with FSF Emacs). And it has its own web page: http://www.python.org/emacs/python-mode/index.html There are many other choices, for Unix, Windows or Macintosh. Richard Jones compiled a table from postings on the Python newsgroup: http://www.bofh.asn.au/~richard/editors.html See also FAQ question 7.10 for some more Mac and Win options.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123