Diferencia entre revisiones de «Usuario:ManuelRomero/CursoJavaUml»
De WikiEducator
Línea 1: | Línea 1: | ||
+ | {{:Curso Java INAEM 2012/nav}} | ||
+ | |||
+ | {{MiTitulo| Introducción}} | ||
+ | |||
+ | {{Objetivos| | ||
+ | Al final de este bloque serás capaz de: | ||
+ | * Crear e interpretar programas de Python de un nivel intermedio. | ||
+ | * Crear tests unitarios que aseguren el funcionamiento de los programas. | ||
+ | * Usar un sistema de control de versiones para manejar el código. | ||
+ | * Usar Python con tus alumnos como primer lenguaje de programación. | ||
+ | }} | ||
+ | |||
+ | |||
+ | == IDEs para Python== | ||
+ | Aquí tienes un resumen: http://wiki.python.org/moin/IntegratedDevelopmentEnvironments | ||
+ | |||
+ | En el curso usaremos: | ||
+ | ; idle | ||
+ | : http://docs.python.org/library/idle.html | ||
+ | ; ninja-ide | ||
+ | : http://ninja-ide.org/ | ||
+ | ; eclipse + pydev | ||
+ | : http://pydev.org/ | ||
+ | ; wing ide | ||
+ | : http://wingware.com | ||
+ | ; pycharm | ||
+ | : http://www.jetbrains.com/pycharm/ | ||
+ | |||
+ | |||
+ | Otros: | ||
+ | ; VisualStudio + Python Tools | ||
+ | : http://pytools.codeplex.com/ | ||
+ | ; komodo | ||
+ | : http://www.activestate.com/komodo-edit | ||
+ | ; vim | ||
+ | : http://wiki.python.org/moin/Vim | ||
+ | ; emacs | ||
+ | : http://www.emacswiki.org/emacs/PythonProgrammingInEmacs | ||
+ | ; netbeans | ||
+ | : http://wiki.netbeans.org/Python | ||
+ | |||
* [[Usuario:ManuelRomero/opp | OPP Conceptos básicos de programación orienteada a objetos]] | * [[Usuario:ManuelRomero/opp | OPP Conceptos básicos de programación orienteada a objetos]] | ||
* [[Usuario:ManuelRomero/javasintaxis| Sintaxis en Java]] | * [[Usuario:ManuelRomero/javasintaxis| Sintaxis en Java]] | ||
+ | <!-- {{CURSOPYTHONDGA_nav}} --> | ||
+ | |||
+ | {{MiTitulo|Programación Avanzada con Lenguajes Dinámicos: Python}} | ||
+ | |||
+ | {{Nodo_portal | ||
+ | |||
+ | |Tema-caja=darkgreen | ||
+ | |||
+ | |Header box title=Presentación | ||
+ | |||
+ | |Left column width=45 | ||
+ | |||
+ | |Left box 1 title=Profesorado | ||
+ | |||
+ | |Left box 2 title=Objetivos | ||
+ | |||
+ | |Left box 3 title= Descripción | ||
+ | |||
+ | |Left box 4 title= | ||
+ | |||
+ | |Right box 1 title=Resumen Contenidos | ||
+ | |Right box 2 title=Planficación | ||
+ | |||
+ | |Right box 3 title=Materiales | ||
+ | |||
+ | |Right box 4 title= | ||
+ | |||
+ | }} | ||
+ | |||
+ | [[Category:DGA]] | ||
+ | [[Category:Python]] | ||
+ | [[Category:Programacion]] |
Revisión de 12:05 22 feb 2012
Al final de este bloque serás capaz de:
|
IDEs para Python
Aquí tienes un resumen: http://wiki.python.org/moin/IntegratedDevelopmentEnvironments
En el curso usaremos:
- idle
- http://docs.python.org/library/idle.html
- ninja-ide
- http://ninja-ide.org/
- eclipse + pydev
- http://pydev.org/
- wing ide
- http://wingware.com
- pycharm
- http://www.jetbrains.com/pycharm/
Otros:
- VisualStudio + Python Tools
- http://pytools.codeplex.com/
- komodo
- http://www.activestate.com/komodo-edit
- vim
- http://wiki.python.org/moin/Vim
- emacs
- http://www.emacswiki.org/emacs/PythonProgrammingInEmacs
- netbeans
- http://wiki.netbeans.org/Python
edit
Profesoradoedit
Descripción |
edit
Resumen Contenidosedit
Planficaciónedit
Materiales |