简体   繁体   English

使用Google App Engine Python的最佳工具

[英]The best tools for working with Google App Engine Python

I'm an existing C# (ASP.NET MVC 3 years +), C++, Javascript developer, and have done a bit of Python development in my time. 我是现有的C#(ASP.NET MVC 3年+),C ++,Javascript开发人员,并且在我的时间里做了一些Python开发。

I'm looking to take on a Google App Engine Python project and essentially I feel a bit lost without a decent integrated IDE experience + Data Management tool with GUI. 我正在寻找一个Google App Engine Python项目,基本上我感觉有点迷失没有体面的集成IDE经验+带GUI的数据管理工具。 Is GAE just for hardcore developers that can code right first time, in vim? GAE仅适用于第一次能够正确编码的核心开发人员吗? I feel like I'm wasting time on things that could honestly code in 5 mins in a more Established framework. 我觉得我浪费时间在一个更成熟的框架中可以在5分钟内诚实地编码的东西。

I'm currently using the Eclipse plugin, and trying to view all the elements in an array while paused. 我目前正在使用Eclipse插件,并尝试在暂停时查看数组中的所有元素。 I'm drilling into objects, but can't seem to find the list. 我正在钻进对象,但似乎无法找到列表。

Is this just something that can't be done with App Engine at the moment, if so please do help me! 这只是App Engine目前无法做到的事情,如果有的话请帮助我!

I also assume there is no amazing data management tool yet? 我还假设没有惊人的数据管理工具了吗?

I have used both Wing IDE Pro and PyCharm . 我使用过Wing IDE ProPyCharm Both are great lightweight IDEs but for me Pycharm is the winner for Google App Engine development. 两者都是非常轻量级的IDE,但对我来说,Pycharm是Google App Engine开发的赢家。 It has built in support for GAE. 它内置了对GAE的支持。

Get the python plugin for google app engine from http://pydev.org/ . http://pydev.org/获取谷歌应用引擎的python插件。 It supportS direct deployment to appengine from eclipse. 它支持从eclipse直接部署到appengine。 It's one of the best environment for the ones from C#,.NET. 它是来自C#,.NET的最佳环境之一。 It even has autocomplete and lot more........ 它甚至有自动完成和更多........

please refer to this http://code.google.com/appengine/articles/eclipse.html 请参阅此http://code.google.com/appengine/articles/eclipse.html

I use Wing IDE Pro and it's the best python ide I've ever used by far. 我使用的是Wing IDE Pro ,它是迄今为止我用过的最好的蟒蛇。 I use VS 2010 Ultimate for C#, so for me to feel comfortable and efficient in Wing says a lot concerning its quality for writing python. 我使用VS 2010 Ultimate for C#,所以对于我来说,感觉舒适和高效,Wing对于编写python的质量说了很多。 For GAE specifically, Wing supports debugging locally . 对于GAE,Wing特别支持本地调试

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM