As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center提供指导。




已关闭8年。




因此,我正在考虑使用多个标签制作数据可视化工具-我的首要任务是在所有变量(一个标签)之间建立关联。

我正在考虑在wxPython中执行此操作,并在Numpy / Scipy中进行计算。

我的问题是,您认为使用Qt和C++这样做会更快/利用更少的资源吗?我更喜欢Numpy,因为它通常具有重大的优化?使其比单纯的C代码更好。

是否可以在Qt中制作前端并在Python中编写后端-如果可以,如何?

最佳答案

我知道正是您需要什么!

您应该 checkout PySide

来自网站:“PySide项目为Qt跨平台应用程序和UI框架提供了LGPL许可的Python绑定(bind)。PySideQt绑定(bind)允许免费开源和专有软件开发,最终旨在作为Qt本身支持所有平台。 ”

有关PySide的教程,您可以 checkout PySide DocumentationZetCode tutorials on PySide

关于python - 使用最少的内存开销的最佳GUI制造商,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12062608/

10-12 22:09