wxpython __init__

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • knish
    New Member
    • May 2007
    • 5

    wxpython __init__

    Hi,

    Where on the net is it possible to find information on wxpython basic.

    I mean
    what does self, Parent = None, stand for here. Such cases.

    def __init__(self, parent = None, id = -1, title = "Small Editor"):


    BRgds,

    kNish
  • hidrkannan
    New Member
    • Feb 2007
    • 32

    #2
    Originally posted by knish
    Hi,

    Where on the net is it possible to find information on wxpython basic.

    I mean
    what does self, Parent = None, stand for here. Such cases.

    def __init__(self, parent = None, id = -1, title = "Small Editor"):


    BRgds,

    kNish
    I like the tutorial provided in the below link.

    http://zetcode.com/wxpython/

    SKN

    Comment

    • chaosAD
      New Member
      • Feb 2008
      • 9

      #3
      Originally posted by knish
      Hi,

      Where on the net is it possible to find information on wxpython basic.

      I mean
      what does self, Parent = None, stand for here. Such cases.

      def __init__(self, parent = None, id = -1, title = "Small Editor"):


      BRgds,

      kNish
      i recommend you learn the basics of python and especially oop before you start learning wxPython, a good site that covers the basics http://www.sthurlow.co m/python/

      this site pretty much covers the lot on wxpython http://wiki.wxpython.o rg/

      Comment

      Working...