On Mar 1, 9:45 pm, Bruno Desthuilliers
<[EMAIL PROTECTED]> wrote:
> As a side note : hungarian notation is usually considered bad form here.
> Look here for usual naming
> conventions:http://www.python.org/dev/peps/pep-0008/
Thanks for the tip. It's been too many years of VB6, and its difficult
Hi
I am working on a python app, an outliner(a window with a TreeCtrl
on the
left to select a document, and a RichTextBox at the right to edit the
current
doc).
I am familiarized with OOP concepts and terms but I lack practical
experience
, so any comment/tip/pointer to docs will be welco