Re: UML to Python/Java code generation

2005-06-21 Thread Philippe C. Martin
Try this: http://uml.sourceforge.net/index.php Regards, Philippe Maurice LING wrote: > Hi, > > Is there any UML tools that is able to take UML and generate Python codes? > > Cheers > Maurice -- http://mail.python.org/mailman/listinfo/python-list

Re: UML to Python/Java code generation

2005-06-21 Thread Mike P.
"Magnus Lycka" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > James wrote: > > The brain may be fine for generating Python from UML but it is MANY > > MANY orders of magnitude harder to generate UML from code with just > > your brain than using a tool (usually zero effort and error

Re: UML to Python/Java code generation

2005-06-20 Thread Magnus Lycka
James wrote: > The brain may be fine for generating Python from UML but it is MANY > MANY orders of magnitude harder to generate UML from code with just > your brain than using a tool (usually zero effort and error free) no > matter how good you are at Python. I've really only used Rational Rose,

Re: UML to Python/Java code generation

2005-06-17 Thread James
Peter Dembinski wrote: > "Grigoris Tsolakidis" <[EMAIL PROTECTED]> writes: > > > There is tool to generate UML from Python Code... > > The best is human brain. No! It isn't. In fact, it's the worst. The brain may be fine for generating Python from UML but it is MANY MANY orders of magnitude harde

Re: UML to Python/Java code generation

2005-06-17 Thread Peter Dembinski
"Grigoris Tsolakidis" <[EMAIL PROTECTED]> writes: > There is tool to generate UML from Python Code... The best is human brain. -- http://mail.python.org/mailman/listinfo/python-list

Re: UML to Python/Java code generation

2005-06-16 Thread Maurice LING
Thanks James. I've googled a few times and it is always tools that generates UML from Python codes that comes up in the top hits, which brings me to wonder if there is something that does the opposite. maurice James wrote: >>Is there any UML tools that is able to take UML and generate Python co

Re: UML to Python/Java code generation

2005-06-16 Thread James
> Is there any UML tools that is able to take UML and generate Python codes? Dia2code generates Python from UML. Boa Constructor generates UML from Python. PyUt. Object Domain's UML Tool (Commercial) You need to use Google. -- http://mail.python.org/mailman/listinfo/python-list

Re: UML to Python/Java code generation

2005-06-16 Thread Paul McGuire
Enterprise Architect (http://www.sparxsystems.com.au/) supports an add-in that will generate Python from UML diagrams. Once you install EA, follow the instructions for adding the Python technology resource, which is a free download from the EA website. Will also generate UML from Python source.

Re: UML to Python/Java code generation

2005-06-16 Thread Grigoris Tsolakidis
There is tool to generate UML from Python Code... "Maurice LING" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Is there any UML tools that is able to take UML and generate Python codes? > > Cheers > Maurice -- http://mail.python.org/mailman/listinfo/python-list