How to design the classes in Python?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • psbasha
    Contributor
    • Feb 2007
    • 440

    #1

    How to design the classes in Python?

    Hi,
    Is there any design softwares available to design the Python classes and generate the Pseudo code to work with?.Similar to Rational Rose

    Thanks in advance
    PSB
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by psbasha
    Hi,
    Is there any design softwares available to design the Python classes and generate the Pseudo code to work with?.Similar to Rational Rose

    Thanks in advance
    PSB
    I believe that the best tool available is the Python interpreter.
    Python is so forgiving that you may treat it like psudo code only better because it will actually run.

    The US Air Force (I think) created a generater with a flow chart interface. If I recall correctly, it would generate classes. Sorry, but I can't recall the name of it. Try searching TheScripts. I know it's in here somewhere.

    Comment

    • Motoma
      Recognized Expert Specialist
      • Jan 2007
      • 3236

      #3
      Originally posted by psbasha
      Hi,
      Is there any design softwares available to design the Python classes and generate the Pseudo code to work with?.Similar to Rational Rose

      Thanks in advance
      PSB
      I know some UML programs support exporting to code, but I am unaware of any that support Python.

      Comment

      Working...