Diferencia entre revisiones de «Python»

De gacq wiki
Saltar a: navegación, buscar
(Nueva página: =Introduccion a Python= *[http://www.python.com.ar/moin/AprendiendoPython Recusos para aprender python] *[http://docs.python.org/ Documentación oficial sobre Python] *[http://except....)
 
 
Línea 59: Línea 59:
 
Boa Constructor generates UML from Python.
 
Boa Constructor generates UML from Python.
 
http://uml.sourceforge.net/index.php
 
http://uml.sourceforge.net/index.php
 +
 +
== VIM ==
 +
:set tabstop=4
 +
:set shiftwidth=4
 +
:set expandtab

Revisión actual del 09:53 25 mar 2010

Introduccion a Python

Documentation

Reference documentation

date & time

Samples
Third-party modules
Misc

Code samples

Groups

Twisted

Development tools

Dia

UML Modelling tools

Gaphor is an easy to use modelling environment. This means that you are able to create nice UML diagrams for documentation and to assist you with design decisions. Gaphor will help you create your applications. Gaphor has an UML 2.0 compliant data model

PyUt is a little UML1.3 diagram editor (class diagram, use-case) with plugins support.

Project to build a combination refactoring IDE and UML environment for python and jython. Watch UML execute. Design Pattern based UML construction, generates clean pythonic code. Visual Age style GUI builder for swing and wxWindows. All code patterns user configurable.


Others UML tools

  • Lumpy - generates UML diagrams from a running Python program

Dia2code generates Python from UML. Boa Constructor generates UML from Python. http://uml.sourceforge.net/index.php

VIM

:set tabstop=4
:set shiftwidth=4
:set expandtab