Which development environment should I use for developing Google App Engine with Python?

99封情书 提交于 2019-12-11 09:38:00

问题


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!


回答1:


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.

See the Pydev blog for more documentation on the App Engine integration.




回答2:


I think the answers you are looking for are here

Best opensource IDE for building applications on Google App Engine?




回答3:


I use Komodo Edit.




回答4:


I've always been using Vim (with or without plugins to make it more IDE-like) for Python programming, it's simple but powerful enough.




回答5:


Wing IDE is a pretty solid IDE for python. It's not free though (open source or $$).



来源:https://stackoverflow.com/questions/1287606/which-development-environment-should-i-use-for-developing-google-app-engine-with

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!