问题描述
我想问一下哪个IDE应该用于使用Python语言开发Google App Engine的应用程序?
I would like to ask which IDE should I use for developing applications for Google App Engine with Python language?
是是否合适,还是有更好的其他开发环境?
Is Eclipse suitable or is there any other development environment better?
请给我一些建议!
谢谢!
Please give me some advices!Thank you!
推荐答案
Eclipse与插件非常好用。最新版本甚至不用支持App Engine,内置支持上传项目等,而无需使用命令行脚本。
Eclipse with the PyDev plugin is very nice. Recent versions even go out of their way to support App Engine, with builtin support for uploading your project, etc without having to use the command line scripts.
有关更多文档,请参阅 App Engine集成。
See the Pydev blog for more documentation on the App Engine integration.
这篇关于我应该使用哪种开发环境来开发使用Python的Google App Engine?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!