Use I the classes?

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

    #1

    Use I the classes?

    *************** ********
    Your mail has been scanned by InterScan MSS.
    *************** ********


    Hello,

    I'm used to put up programs (small right now), but I could find the only way
    to define some functions.
    I'm interested to split some function into class, but I don't have know-how
    for these beasts.
    Looking for documents (free download) which clearly explain the way of
    programming python classes and lots of examples as a bonus.

    Thanks

    F


  • BartlebyScrivener

    #2
    Re: Use I the classes?

    Fulvio wrote:
    Looking for documents (free download) which clearly explain the way of
    programming python classes and lots of examples as a bonus.


    On the frames page, go down to "Advanced Topics" and "Object Oriented
    Programming"

    And from the other thread we were on:
    Think of a class as both a "blueprint" for objects and a factory
    creating these objects. The class lets you define the attributes and
    behaviors of it's instances.
    http://tinyurl.com/yd97t5

    rd

    Comment

    Working...