Diferencia entre revisiones de «Curso Python DGA 2011/inmersion python/contenidos»
De WikiEducator
(Página creada con '==¿Python?== <br /> {{Puntos clave|Title=¿Por qué es distinto?| * Interpretado * Tipado dinámico * Fuertemente tipado * Multiplataforma * Orientado a objetos * Fácil de esc…') |
|||
Línea 2: | Línea 2: | ||
<br /> | <br /> | ||
{{Puntos clave|Title=¿Por qué es distinto?| | {{Puntos clave|Title=¿Por qué es distinto?| | ||
− | * Interpretado | + | * Interpretado, pero compilado a bytecode. |
− | * Tipado dinámico | + | * Tipado dinámico, pero fuertemente tipado |
− | + | ||
* Multiplataforma | * Multiplataforma | ||
* Orientado a objetos | * Orientado a objetos | ||
− | * Fácil de escribir | + | * Sintáxis sencilla pero muy robusta. |
+ | * Fácil de escribir, de leer y de mantener. | ||
* Muy potente (baterías incluidas) y gran soporte. | * Muy potente (baterías incluidas) y gran soporte. | ||
* Más ... para abrir el apetito: http://docs.python.org.ar/tutorial/appetite.html | * Más ... para abrir el apetito: http://docs.python.org.ar/tutorial/appetite.html | ||
+ | * Importancia creciente de python en la educación. | ||
}} | }} | ||
+ | |||
+ | {{Recursos de la Web|Title=Ampliación| | ||
+ | Charla Python@Google: http://www.google.com/events/io/2011/sessions/python-google.html | ||
+ | }} | ||
+ | |||
== Instalación == | == Instalación == |
Revisión de 05:39 3 ago 2011
Contenido
¿Python?
|
Charla Python@Google: http://www.google.com/events/io/2011/sessions/python-google.html |
Instalación
Guía de instalación y uso: http://docs.python.org/using/index.html (en inglés) |