P
pcmanlin
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?
there any tools or good concept for Python project Modeling?
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?
For a project that involves more than a handful of people, I don'taum said:Just code the bloody thing!
One of Python's strengths is its rapid design/programming/testing
turnaround. And virtually none of Java's mind-gnashing red tape.
For a project that involves more than a handful of people, I don't
think this approach would work.
pcmanlin said:because i have a problem that python's oo feature is so great, but
maybe when the project become larger, python's no-declaration cannot
mapping the design to practice?
I am not sure about it.
Ben Sizer said:I don't know if there are any tools that convert UML to Python code,
but that doesn't stop you working with UML diagrams if you choose, and
pcmanlin said: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?
pcmanlin said: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?
As far cartoon-ware ( UML ) is concerned note that it is NOT Pythons
non-declarativeness but it's dynamicity
that makes it hard to picture
it's design. Classes in Python are cheap, object structures are even
cheaper. That's why UML hardly provides an adequate representation of
Python programs
Ben Sizer said:I don't know if there are any tools that convert UML to Python code,
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.