python - 您使用哪种 IDE(如果有)构建 python GUI 项目?

标签 python user-interface ide

是否有任何 IDE(如 VS)支持拖放以构建 python GUI、连接到 dbs 等? 尽管我是一名 emacs 专家,但我发现使用 VS 创建 GUI 更容易。

最佳答案

仅对于 GUI,我发现 VisualWx ( http://visualwx.altervista.org/ ) 非常适合在 Windows 下设计 wxPython 应用程序。

对于 GUI + 数据库,dabo ( http://dabodev.com/ ) 可能是一个很好的答案。

关于python - 您使用哪种 IDE(如果有)构建 python GUI 项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/285132/

相关文章:

python - 使用 k-Means 聚类算法预测值

python - kivy.factory.FactoryException : Unknown class <MDTopAppBar>

java - 图形界面java插入图像空间

java - Rational Application Developer (RAD) 7.5+ 和 websphere 运行时不会从项目中获取 jar

ios - Rad Studio XE8 : "Run" button not enabled for iOS64 target

iPad作为编程平台--触摸屏与编程有什么 future ?

python - 我怎样才能用 tkinter 只接受某些文件?

python - 表达式的字典列表

user-interface - PayPal Express - 删除 "PayPal Credit"选项?

iphone - 用 opengl ES 为 iphone 制作了一个 2d 游戏。我应该使用 uikit 作为其之上的界面吗?