vote up 6 vote down star
1

The question is not the same as What’s the best way to generate a UML diagram from Python source code?, but the other way around.

Topcoder UML tool automatically generates code in only Java or C#. Since I need to create a very depended data structure at a point, I am hesitant to turn to Java. I want to use Python. So:

  1. Is there an UML-like tool that automatically generates Python code from your diagram?

  2. If there is, is it possible to generate it from the Topcoder UML tool?

  3. Can you shortly compare the tools?

flag

5 Answers

vote up 3 vote down

Enterprise Architect is able to generate python code code from UML diagrams.
It is also able to also perform some reverse engineering, and therefore maintain the two versions (UML and python) synchronized together.

However, I have never used it in that way, except for some small tests just to see it in action. I personally find productivity in Python so high, that even if I am really satisfied with EA, I prefer it just to document the design.

link|flag
+1: I use UML for conceptual sketches. The real code is so easy to write that big, formal, detailed UML isn't helpful. – S.Lott Jul 28 at 16:07
vote up 0 vote down

Search with Ubuntu found:

$ apt-cache search python uml
boa-constructor - RAD tool for Python and WxWindows application
dia2code - a dia-UML code generator
spe - Stani's Python Editor

Quick testing revealed that DIA is the only program, where you can export your UML diagram to Python. I am very suspicious about the quality of DIA because it is less intuitive to use than the Topcoder UML program. Perhaps, the other programs, suggested by other repliers, are better.

link|flag
vote up 1 vote down

The Umbrello UML modeller for KDE support Python as an export language.

link|flag
vote up 0 vote down

Some tools:

link|flag
2  
Does gaphor do Python reverse engineering? Or is it a UML diagramming tool written in Python/GTK+? – S.Lott Jul 27 at 22:26
vote up 2 vote down
  • PyUML - a Python Roundtrip Tool for Eclipse
  • PyIdea: PyNSource UML & Patterns IDE for Python
link|flag
Can I get PyUML for Easy Eclipse? – Masi Jul 28 at 14:27
Can you do reverse engineering with PyUML? – Masi Jul 28 at 14:29
philroche.net/archives/python-and-uml. A nice blog a out some tools in this area. – Ted Johnson Sep 26 at 0:22

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.