On 17/04/2011 00:52, craf wrote: > Hi. > > There is some agreement on how to abbreviate the name of the widgets in > PyGTK.? > > Example: > > windows = wnd > Button = btn
Hungarian notation (or some form of it) is rarely used within the Python community (if ever). Most Python users feel comfortable with what's described in the "Naming Conventions" chapter of PEP 8: http://www.python.org/dev/peps/pep-0008/ mvg, Dieter _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
