Which python Linux IDEs support GAE's webapp2 framework?

纵然是瞬间 提交于 2019-12-11 19:48:19

问题


I am a newbie in the world of python and I want to change that. So far all my projects have in done in text editors like gedit, but for my final I need to do something more complex and I actually want a tool that helps me do it and that does not get in the way.

My final project is a dynamic website in GAE using the webapp2 framework. My objective is to find a free python IDE that supports that.

So far, after checking some of the options in the wiki, my search is stalled:

  • PyCharm supports webapp2, but only in the professional version
  • Komodo only has addons for Django

I was wondering, if anyone out there knows of a good IDE (with auto-completion at least) that supports webapp2, or that has some really good plugin for doing that and that it is free (no trial versions please)

I understand this question may have multiple possible answers, but I would really appreciate any possible help here. Kudos++ will be given to the most promising answers as usual.


回答1:


After much deliberation, I tested Eclipse with the pydev plugin, and the trial version of pycharm. I decided to go with pycharm, as it is better in pretty much everything.



来源:https://stackoverflow.com/questions/23565184/which-python-linux-ides-support-gaes-webapp2-framework

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