Looking to dabble with GAE and python, and I'd like to know what are some of the best tools for this - thanks!
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
For my recent GAE project I tried both eclipse with pydev and intellij with its python plugin. I use intellij for my "real" work and so I found it to be the most natural and easy to use, personally. It is not open source, but if you already have a license it is no extra cost.
I found the eclipse plugin to be very good as well. You don't get as much intellisense as you would with java, but I was very impressed with what you do get from a dynamically typed language.
im using ulipad is fast and simple download here
VIM(there's enough plug-ins to make it IDE -like)
Komodo IDE($$)
Eclipse w/Pydev
Net Beans with Python support
WingIDE($$)
SPE(Stani's Python Editor)
Netbeans has some very nice tools for Python development
Open Komodo
If your on the Mac I would highly recommend TextMate. The IDE is great for coding on projects like Python, PHP, Ruby on Rails, HTML, etc.
The price is $52 US and there is a 30 trial version that you can get to try it out for yourself. Highly recommended my most Mac Developers.
Also if you watched the demo's at Google Campfire you'll notice they are using TextMate!