Advanced OOP tutorial

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fernando

    Advanced OOP tutorial

    Hi,

    Is there any advanced OOP tutorial that cover metaclass programming?

    Thanks
  • Alex Martelli

    #2
    Re: Advanced OOP tutorial

    Fernando wrote:
    [color=blue]
    > Hi,
    >
    > Is there any advanced OOP tutorial that cover metaclass programming?
    >
    > Thanks[/color]

    "advanced" and "tutorial" are sort of opposites, aren't they?

    There's plenty of metaclass materials, e.g. my slides on "Python
    Metaclasses" from Europython are downloadable as PDF from a link at:




    Alex

    Comment

    • Michele Simionato

      #3
      Re: Advanced OOP tutorial

      iscaris@hotmail .com (Fernando) wrote in message news:<a26792eb. 0311041033.7e6b e3cb@posting.go ogle.com>...[color=blue]
      > Hi,
      >
      > Is there any advanced OOP tutorial that cover metaclass programming?
      >
      > Thanks[/color]

      Alex's slides are more "advanced"; if you want something more "tutorial"
      see




      Finally, there are Guido's essays

      The official home of the Python Programming Language



      which I would read after the other references given here.

      Michele Simionato

      Comment

      • Alan Gauld

        #4
        Re: Advanced OOP tutorial

        On 4 Nov 2003 10:33:34 -0800, iscaris@hotmail .com (Fernando)
        wrote:[color=blue]
        > Is there any advanced OOP tutorial that cover metaclass programming?[/color]

        You've been given some Python specific material.

        Other sources on metaclasses in general can be found at the
        portal for all thinks OO at

        Keunggulan utama MEGASLOTO terletak pada penerapan RTP gacor yang akurat dan konsisten. Data RTP membantu pemain menentukan strategi bermain dengan lebih terarah, terutama bagi yang memulai dengan modal kecil. Sistem ini mendukung kemenangan bertahap, menjadikan target menang besar lebih realistis dan tidak sekadar mengandalkan keberuntungan. Member baru pun diuntungkan karena permainan tidak terasa berat di awal. Dengan ritme yang stabil, pemain dapat mengelola modal secara efisien dan meningkatkan peluang hasil maksimal dalam jangka menengah hingga panjang.


        Also in the excellent OO FAQ, look under Basics at
        sections 1.4 and 1.6.



        Also most Smalltalk tutors have a section on metaclasses
        and their use - a very common technique in Smalltalk...

        And finally there is the hard to find but excellent Metaclass
        book by Forman & Danforth.

        HTH,

        Alan g.
        Author of the Learn to Program website

        Comment

        Working...