问题描述
寻找GAE和python,我想知道什么是一些最好的工具 - 谢谢!
您必须记住Python是一种动态类型语言,因此传统IDE并不是真正的答案,因为它们大多数为静态类型语言而设计。基本上,你想要的东西,有语法突出显示,编译,也许一些快捷键和宏,让你的生活更轻松...... emacs有这一切:)
我会谷歌Emacs Python开始。
如果你真的不想使用emacs,我会看看。这是eclipse IDE的一个扩展,让你编写python代码。我的一些做Django工作的朋友已经与那一个好运。
希望这有助于。
祝GAE好运。
Looking to dabble with GAE and python, and I'd like to know what are some of the best tools for this - thanks!
I would spend the time and learn something like emacs. The learning curve is a bit higher, but once you get used to it, you can develop from any terminal. It has fantastic support for python and many other libraries.
You have to remember that Python is a dynamically typed language so the traditional IDE is not really the answer since those are mostly designed for statically typed languages. Basically you want something that has syntax highlighting, compilation and maybe some shortcuts and macros to make life easier for you... emacs has all of this :)
I would Google "Emacs Python" to get started.
If you really don't want to use emacs, I would look at PyDev. It's an extension to the eclipse IDE that let's you write python code. Some of my friends that do Django work have had good luck with that one.
Hope this helps.
Good luck with GAE.
这篇关于最好的开源IDE用于在Google App Engine上构建应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!