Best opensource IDE for building applications on G

2020-02-19 08:20发布

Looking to dabble with GAE and python, and I'd like to know what are some of the best tools for this - thanks!

10条回答
我想做一个坏孩纸
2楼-- · 2020-02-19 08:32

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.

查看更多
该账号已被封号
3楼-- · 2020-02-19 08:32

im using ulipad is fast and simple download here

查看更多
我想做一个坏孩纸
4楼-- · 2020-02-19 08:34

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)

查看更多
虎瘦雄心在
5楼-- · 2020-02-19 08:39

Netbeans has some very nice tools for Python development

查看更多
迷人小祖宗
6楼-- · 2020-02-19 08:39
ら.Afraid
7楼-- · 2020-02-19 08:39

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!

查看更多
登录 后发表回答