Hi,
<div><br></div><div>Does anyone know of a tool that can produce Python code from UML diagrams?</div><div><br></div><div>Is something of this sort being added to NetBeans?</div><div><br></div><div>Or is it that the ease of programming in Python acts as a deterrent in the way of having to create something in UML and then covert that model into Python.</div>
<div><br></div><div>it would be good to have a tool of that sort (Python to UML and UML to Python)?</div><div><br></div><div>Also, is there a way to find Python call graphs (something like Doxygen), but not just the typical static code structure...instead something that can tell execution paths while a certain function is called.</div>
<div>I came across &#39;pycallgraph&#39;. Its good. except two things, its slow for big projects, and it goes all the way into tracing every single call...that means if I am using a COM library underneath, it traces that as well. What I was interested in is figuring out only part of the trace...may be specifying exclusions in the trace tree.</div>
<div><br></div><div>Thanks and best regards,</div><div>Vishal Sapre</div><div><br></div><div><br></div>