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

期待涉及GAE和python,我想知道什么是最好的工具 - 谢谢!

10 个解决方案

#1


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.

我会花时间学习类似emacs的东西。学习曲线略高,但是一旦习惯了,就可以从任何终端开发。它对python和许多其他库有很棒的支持。

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 :)

您必须记住,Python是一种动态类型语言,因此传统的IDE并不是真正的答案,因为它们主要是为静态类型语言设计的。基本上你想要的东西有语法高亮,编译,也许一些快捷方式和宏,让你的生活更轻松...... emacs拥有所有这一切:)

I would Google "Emacs Python" to get started.

我会谷歌“Emacs Python”开始。

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.

如果你真的不想使用emacs,我会看看PyDev。它是eclipse IDE的扩展,让你编写python代码。我的一些做Django工作的朋友都很幸运。

Hope this helps.

希望这可以帮助。

Good luck with GAE.

祝GAE好运。

更多相关文章

  1. [Z] 通天塔导游:各种编程语言的优缺点
  2. Linux-C语言函数手册
  3. linux下的C语言编程(总结篇)
  4. C语言文件I/O 读取一个文件并输出出来 和 输出到另一个文件里面
  5. linux vim下如何让类似txt的文本,呈现出某种语言的高亮形式?
  6. Linux C语言实现的Socket通信
  7. c语言起泡排序
  8. 嵌入式Linux要学哪些东西?你真的造吗?
  9. 【linux】下的mkfifo 命令 和【C语言】中的mkfifo函数

随机推荐

  1. 第十七章:android解析JSON
  2. 2011.09.01——— android 透明显示
  3. 各种android应用模仿源码
  4. Android日常小问题收集库
  5. 2011.08.31——— android 监听网络变化
  6. Android Studio修改apk打包生成名称
  7. Android网页浏览器的开发
  8. Android中Service(服务)详解
  9. Android属性动画完全解析
  10. android利用GPS和高德地图获取定位案例