GUI:-please answer want to learn GUI programming in python , how should i proceed.

Michael Torrie torriem at gmail.com
Sun Dec 15 23:55:32 EST 2013


On 12/15/2013 09:09 PM, Tamer Higazi wrote:
> However, I believe according wxWidgets it would be better coding in the 
> native language the system had been developed.
> The other thing, specially if you would make a customer project, I don't 
> know how to pack the app written in python in an installer. Perhaps I am 
> wrong, and you could give me in exchange an advise ?!

Nonsense.  That's what an installer on windows is for, or what a package
on Linux is for.  There are also ways to bundle up everything you need
to run a Python app in a single exe file.

Ever take a look at the e-book manager, Calibre?  It's 90% Python.  You
can install it on Windows like any other app.  If you're curious as to
how they do things, you can always contact their developers.

> I also believe in performance. An application written in C++, can be 
> compiled easily on the target platform (like on windows systems) with 
> it's native compiler.
> How would it be with wxPython ?!

It would probably perform just fine.  Anything that can't get enough
speed to run in Python can easily be delegated to native libraries or
subroutines.




More information about the Python-list mailing list