Can a low-level programmer learn OOP?

Michele Simionato michele.simionato at gmail.com
Sat Jul 14 04:16:09 EDT 2007


On Jul 14, 8:49 am, James Stroud <jstr... at mbi.ucla.edu> wrote:
>
> Any gui more complicated than a few entry fields and some checkbuttons
> is going to lend itself to OOP--so if you want to do GUI, learn OOP.

Yep, there is nothing to be added to that. Except maybe that if you
don't care
too much about the look&feel you may consider starting with Tkinter.
Pros:

1. it is part of the standard library, and you already have it;
2. it is possibly the easiest/simplest GUI out there;
3. it runs pretty much everywhere with minimal fuss.

   Michele Simionato




More information about the Python-list mailing list