Ubuntu – What developer text editors are available for Ubuntu?

software-recommendation

I'm looking for a text editor for programming in Python, preferably one which is easy to learn for beginners.

Best Answer

Geany alt text

Geany is a lightweight IDE that supports python.

Some features that I have found particularly useful include:

  • Syntax highlighting
  • Automatic indenting - especially useful for python
  • Code folding, allowing you to hide parts of your code
  • Inbuilt syntax checking and execution
  • Symbol browser
  • Embedded terminal
  • Find and replace with regexp support

alt text