vote up 1 vote down star
1

Possible Duplicates:
which editor is best for python coding in linux?
vb.net/C# code editor with color coding
What IDE to use for Python

Duplicates
What IDE to use for Python
Which editor is best for coding Python on Linux

I am sure there are others

I'm starting in the Python language, and like every good Java developer I like some code highlighting when I'm developing, but what is the best editor or program to develop in for Python. Thanks.

flag

1  
Duplicate - stackoverflow.com/questions/975532/… amongst others. – Aiden Bell Jul 13 at 17:18
This question was about Linux editors specifically, I'm not sure it's a good idea to close. – Bastien Léonard Jul 13 at 17:20
@Bastien - it sprung to mind because I posted an answer ... there are other non-Linux ones, as in my edit above question. – Aiden Bell Jul 13 at 17:21
Please, don't close it, but when i was typing my question the box that opens when you finish(That show's the possible duplicate) don't opened. – Nathan Campos Jul 13 at 17:23
@Nathan: just follow one of the above links and you will get your answer. – Burkhard Jul 13 at 17:28

closed as exact duplicate by Aiden Bell, SilentGhost, ocdecio, AlbertoPL, Bastien Léonard Jul 13 at 17:21

5 Answers

vote up 1 vote down check

Best is fairly subjective. IDLE is not too bad if you're on a Windows platform, but I've found myself using the PyDev plugin for Eclipse as of late. I like it, it gives me the same IDE I used for Java, but now with Python.

link|flag
vote up 2 vote down

Eclipse if you have a lot of RAM.

If not, Notepad++ or Vim/Emacs !

link|flag
vote up 2 vote down

StackOverflow already has a post containing a breakdown of most/all Python IDEs.

Take a look at the feature breakdown and choose one that best fits your needs.

link|flag
vote up 0 vote down

Check out this other questions on SO:

link|flag
vote up 0 vote down

The answer depend on what editor you use, if you use eclipse then use Pydev plugin.

If you like vim use: http://vim.sourceforge.net/scripts/script.php?script_id=790

For more information use this link: http://wiki.python.org/moin/PythonEditors

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.