how to present Python's OO feature in design?

Magnus Lycka lycka at carmen.se
Mon Nov 7 12:44:46 EST 2005


pcmanlin wrote:
> As I know java has many UML tools to design for its OO feature, is
> there any tools or good concept for Python project Modeling?

My favourite is whiteboard and digital camera. I don't generate
any code from that though... ;) It's the approach suggested in
Scott Ambler's "Agile Modeling", and I think it's just just the
right approach.

Don't forget a good set of automated tests. We use TextTest, but
ymmv. It fits our type of applications.



More information about the Python-list mailing list