In my experience, the best environment is Eclipse with PyDev. I have also tried Eric4 (not as good, and hard to install on Windows). Eclipse/PyDev has syntax highlighting, a limited itellisense (full intellisense in Python is extremely hard because it is dynamic), and a very nice debugger.
Most programmers' editors will give you at least some support, though; on Windows, I found Notepad++ quite nice. On Thursday 21 January 2010, Yitzhak Wiener wrote: > Hi Dear People, > > > > As really beginner in Python, I face many problems and find it > relatively difficult to study Python only threw the documentation. > > I find myself writing small python script with many errors, and find it > hard to understand the error reason only from command line error > message. > > > > Is there a better way to write python scripts? I used regular editor but > it doesn't know the functions and syntax of Python. What is the best > development area for Python? Is there some kind of debugger for Python? > > > > > > Best Regards, > > Yitzhak > > > ______________________________________________________________________ > DSP Group, Inc. automatically scans all emails and attachments using > MessageLabs Email Security System. > _____________________________________________________________________ > _______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
