choosing python ide
Once you started writing python, you just don't use a simple text editor like notepad/gedit for writing large applications. But need an IDE [integrated development environment]. Here are a list of some ide that you may want to use:
1. Aptana Studio:
The professional, open source development tool for the open web. Develop and test your entire web application using a single environment. With support for the latest browser technology specs such as HTML5, CSS3, JavaScript, Ruby, Rails, PHP and Python. We've got you covered!
2. Eclipse with pydev:
Eclipse is a very versatile IDE that’s been around for a very long time. It’s a time tested offering and is very solid all around. Eclipse is like a sandbox IDE; it can support any language as long as somebody has baked in the support through a package. Such is the case with PyDev, a package that allows you to turn Eclipse into a very useful Python IDE.
3. Pycharm:
PyCharm is an IDE created by JetBrains. You might remember these guys as the authors of ReSharper, one of the best investments a .NET developer can make. Well PyCharm is no exception, and continuing with their outstanding pedigree, Jetbrains has released another excellent tool to the developer ecosystem.
3. Geany
4. Komodo Edit
1. Aptana Studio:
The professional, open source development tool for the open web. Develop and test your entire web application using a single environment. With support for the latest browser technology specs such as HTML5, CSS3, JavaScript, Ruby, Rails, PHP and Python. We've got you covered!
2. Eclipse with pydev:
Eclipse is a very versatile IDE that’s been around for a very long time. It’s a time tested offering and is very solid all around. Eclipse is like a sandbox IDE; it can support any language as long as somebody has baked in the support through a package. Such is the case with PyDev, a package that allows you to turn Eclipse into a very useful Python IDE.
3. Pycharm:
PyCharm is an IDE created by JetBrains. You might remember these guys as the authors of ReSharper, one of the best investments a .NET developer can make. Well PyCharm is no exception, and continuing with their outstanding pedigree, Jetbrains has released another excellent tool to the developer ecosystem.
3. Geany
4. Komodo Edit
Comments
Post a Comment