Diferencia entre revisiones de «Python»
De gacq wiki
(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
Contenido
Introduccion a Python
- Recusos para aprender python
- Documentación oficial sobre Python
- De 0 a Python en 45 minutos
- Style Guide for Python Code
- Python for Java Programmers
Documentation
Reference documentation
- Python Tutorial
- Python Reference Manual
- Python Library Reference
- http://www.oreilly.com/catalog/pythoncook2/toc.html
date & time
- Samples
- Third-party modules
- python-dateutil
- mxDateTime - Date/Time Library for Python
- pytz - World Timezone Definitions for Python
- 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