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

Grant Edwards invalid at invalid.invalid
Sun Dec 15 09:53:45 EST 2013


On 2013-12-14, Steven D'Aprano <steve+comp.lang.python at pearwood.info> wrote:

> But more seriously, 100% seriously in fact, I think that you'll find that 
> *every* GUI framework for Python ships with an entirely different 
> language under the hood, usually C.

Name one GUI framework that ships with a C implementation.

> Even if the top level of the framework is written in Python, the
> underlying graphics routines used for drawing controls and windows
> will surely not be.

You seem to be equating "was compiled from" with "includes an
implemenation of".  Do you say that CPython "ships with C"?

-- 
Grant



More information about the Python-list mailing list