English 中文(简体)
wxPython GUI - 可否将其与Java GUI或视觉演播室GUI相比较?
原标题:wxPython GUI - can it be compared to Java GUI or Visual Studio GUI?

我有两年时间与Java和视觉演播室一起编制企业应用方案,在Zahur和WxPython新版。 因此,我的问题是:我们能否向我提供足够丰富的全球倡议,以创造同样的东西? 我之所以使用沙捞越野,是因为它滋生了多样性、简单和快速发展。 谢谢!

最佳回答

我认为这取决于你对“丰富”的定义。 我想它能够使全球倡议发挥一些相当的有益作用。 这里的XPython传感器,现在用感官数据I m写作,不是世界上最复杂或最复杂的,但迄今为止,用户似乎对准:

“NDITool

见http://wxpython.org/docs/api/wx-module.html。 http://wxpython.org/download.php“rel=“noreferer” 安装,wxWidgets docs 开放它是一个很好的工具供使用。

问题回答

wxGlade将给你GUI skeleton。 您仍然需要一名单独的文本编辑(我建议Geany)来填补处理员。

我肯定会建议使用沙捞越图书馆及其全球倡议图书馆,但只有你才能真正作出决定,让你认为自己比视觉演播室或 Java好。 粉碎的辛子非常基本,我认为,许多人在你接头时可以同意使用les(没有曲解的括号等)。 舒尔·特克特是一个简单的全球倡议图书馆,是基本应用的理想。 另一方面,WxPython比Tkinter更先进,因此用户经验更丰富。 我在使用Wx时遇到的唯一问题,是无法在网上找到合适的例子,以证明如何做某些事情。 顺便说一句,希望你找到你所期待的东西。 Karl

rel=“nofollow”>wxPython demo 大部分的植被。 我建议你研究这一问题,看看看它是否将做你所需要的。





相关问题
Can Django models use MySQL functions?

Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...

An enterprise scheduler for python (like quartz)

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and ...

How to remove unique, then duplicate dictionaries in a list?

Given the following list that contains some duplicate and some unique dictionaries, what is the best method to remove unique dictionaries first, then reduce the duplicate dictionaries to single ...

What is suggested seed value to use with random.seed()?

Simple enough question: I m using python random module to generate random integers. I want to know what is the suggested value to use with the random.seed() function? Currently I am letting this ...

How can I make the PyDev editor selectively ignore errors?

I m using PyDev under Eclipse to write some Jython code. I ve got numerous instances where I need to do something like this: import com.work.project.component.client.Interface.ISubInterface as ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

Pragmatically adding give-aways/freebies to an online store

Our business currently has an online store and recently we ve been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...

Converting Dictionary to List? [duplicate]

I m trying to convert a Python dictionary into a Python list, in order to perform some calculations. #My dictionary dict = {} dict[ Capital ]="London" dict[ Food ]="Fish&Chips" dict[ 2012 ]="...

热门标签