Re: Wheel-reinvention with Python
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Wheel-reinvention with Python

From: Paul Rubin <//phr.cx@NOSPAM.invalid>
Date: Sun Jul 31 2005 - 09:23:38 CEST

zen19725@zen.co.uk (phil hunt) writes:
> What you say Pythonic, what do you mean? And how do you rate
> Tkinter, PyGtk, PyQt/PyKDE, wxWindows for "Pythonicness"?

Tkinter is not very Pythonic because it's sort of a Frankenstein
hybrid of Python and Tcl, but at least it's there and it more or less
works. The others are non-Pythonic because they're not included in
the standard distro and therefore the Pythonic "use the included
batteries" tenet says to use Tkinter despite its flaws.
Received on Thu Sep 29 17:17:01 2005