哪种 Python GUI IDE 使用最广泛?
我对编程还是个新手,在尝试了多种语言并试图找到哪一种最适合我之后,我偶然发现了 python,并且用它做得非常好。
我唯一的问题/担忧是我主要不想进行网络开发。我也想创建带有漂亮 GUI 的桌面应用程序。与我涉足的大多数其他编程语言不同,Python 似乎没有一个明确的 ide 来处理这类事情,这在我看来很糟糕,尤其是因为它是一种很酷的语言。
我搜索并发现了相当多的 IDE,其中包括具有代码编辑功能的 GUI 设计器,但我无法决定使用哪一个。其中我对以下 BlackAdder 感兴趣
- http://www.thekompany.com/products/blackadder/
Pythoncard - http://pythoncard.sourceforge.net/
Boa 构造函数 - http://boa-constructor.sourceforge.net/
SPE - http://pythonide.blogspot.com/
Dabo(它是一个IDE吗?) - http://dabodev.com/
Eric IDE - http://eric-ide.python-projects.org/index.html< /a>
Xrope - http://xrope.sourceforge.net/
我不是在寻找关于哪一个的意见是“最好的”或任何人的最爱。我想知道哪一个使用最广泛,以及我能够在哪一个上找到最多的文档并获得最多的用户支持,无论是通过论坛、此处、社区等。
PS 如果有人愿意发帖任何指向某些文档/教程及其答案的链接将不胜感激。
PPS 有谁知道在可预见的未来,一家更大的公司是否有任何计划可能考虑创建一个与 Delphi、Visual Studio for python 相当的成熟 IDE?在我看来,会让事情变得容易得多。
谢谢..
I am still kind of new to programming and after playing around with a lot of languages trying to find which one worked best for me I stumbled across python and have been doing really well with it.
The only problem/concern I have is that I do not mainly want to do web development. I want to create desktop apps with nice GUis as well. Unlike most other programming languages that I have dabbled in python doesn't seem to have one definitive ide for this sort of thing which kind of sucks imo, especially since it's such a cool language.
I've searched and found quite a few IDEs that include GUI designers with code editing as well but I can't decide which one to use. Of those I am interested in the following
BlackAdder - http://www.thekompany.com/products/blackadder/
Pythoncard - http://pythoncard.sourceforge.net/
Boa Constructor - http://boa-constructor.sourceforge.net/
SPE - http://pythonide.blogspot.com/
Dabo (is it even an ide?) - http://dabodev.com/
Eric IDE - http://eric-ide.python-projects.org/index.html
Xrope - http://xrope.sourceforge.net/
I am not looking for opinions on which one is the "best" or anyone's favorite. I want to know which one is the most widely used and which one I would be able to find the most documentation on and get the most user support from whether it be via forums, here, community, etc..
P.S. If anyone cares to post any links to some documentation/tutorials with their answer it would be greatly appreciated.
P.P.S. Does anyone know if there are any plans for a larger company maybe thinking of creating a full fledged ide comparable to Delphi, Visual Studio for python in the foreseeable future? Would make things a lot easier IMO.
Thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您也可以使用 Visual Studio 构建 IronPython GUI 应用程序: http://msdn.microsoft.com/en-us/library/bb165375(v=vs.80).aspx
编辑:您现在可以使用 pytools (http://pytools.codeplex.com/) 在 VisualStudio 中开发非 IronPython 应用程序。
You can use Visual Studio to build IronPython GUI applications as well: http://msdn.microsoft.com/en-us/library/bb165375(v=vs.80).aspx
EDIT: You can now use pytools (http://pytools.codeplex.com/) to develop non-IronPython apps in VisualStudio.