Joydeep Mitra wrote: > Hi all, > I'm a new user of the python programming language. > I would like to know what's the best IDE for python (having all > important IDE features like debug, etc), other than IDLE. > Thanking in advance Did you read the Tutor FAQ you got when you signed up for the list? FAQ stands for Frequently Asked Questions, of which yours is one. Here is your answer. " What's the *best* editor/*IDE* for Python?
It's really a matter of preference. There are many features of an editor or *IDE* such as syntax highlighting, code completion, code folding, buffers, tabs, ... Each editor or *IDE* has some or all of these features, and you'll have to decide which features are important to you. See http://wiki.python.org/moin/PythonEditors for a list of editors. Also http://wiki.python.org/moin/IntegratedDevelopmentEnvironments has a list of *IDEs*. This question is asked every few weeks on comp.lang.python so searching the archives will yield many opinions. " HTH, -Luke _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
