[Tutor] Object Oriented Hulabaloo

alan.gauld@bt.com alan.gauld@bt.com
Mon, 13 Aug 2001 15:02:42 +0100


>     Now as far as UML goes... Is anyone here using it?  

I do and have written a couple of articles(not related to Python tho') 
about UML on the informIT web site(free registration).

http://www.informit.com

Best suited to bigger projects IMHO - maybe in excess of 10 classes.
UML is a "whole life cycle" notation so it has a lot more than OO 
stuff in it. For OO it covers most of what you need apoaet from 
the detailed design of methods.

Alan G.