Python in a Nutshell for Python 2.4

Cousin Stanley cousinstanley at hotmail.com
Sun Sep 26 14:37:34 EDT 2004


> Unfortunately, with O'Reilly having rejected it, I'm not sure what other
> publisher, if any, is enough "into" Mac _and_ Python.  So for now I'm
> giving precedence to 2nd editions of Cookbook and Nutshell...!
>
 
Alex .... 

  Maybe you could cut out the middle man, e.g. Cousin O'Reilly,
  and consider ....
  
class AM_Publishing( object ) :
    
    def __init__( self , this_book ) :
        
        self.book = this_book 

    def xWrite( self )     :  pass
                       
    def edit( self )       :  pass
    
    def xPrint( self )     :  pass
    
    def xBind( self )      :  pass
    
    def advertise( self )  :  pass
    
    def sell( self )       :  pass
    
    def distribute( self ) :  pass


mac_py  = AM_Publishing( 'Mac Python in a NutShell' )


This exercise in  *desktop publishing*  might be worthy
of a book in itself ....


-- 
Cousin Stanley
Human Being
Phoenix, Arizona



More information about the Python-list mailing list