summaryrefslogtreecommitdiff
path: root/src/01_intro.md
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2019-12-05 16:06:37 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2019-12-05 16:06:37 +0100
commit6c0218b0d5216981fed6fc3ede8a30f114d789d8 (patch)
treed4cc98a9a46496d5c4ff605513b6bb682c64684e /src/01_intro.md
parentbbd4bc37179f1e9a2654d8ee424448f8039d3405 (diff)
Touch intro. add closing words.
Diffstat (limited to 'src/01_intro.md')
-rw-r--r--src/01_intro.md27
1 files changed, 12 insertions, 15 deletions
diff --git a/src/01_intro.md b/src/01_intro.md
index 835d4c5..b2a1752 100644
--- a/src/01_intro.md
+++ b/src/01_intro.md
@@ -1,20 +1,17 @@
# Introducción
-> Python is an interpreted high-level programming language for general-purpose
-> programming. Created by Guido van Rossum and first released in 1991, Python
-> has a design philosophy that emphasizes code readability, and a syntax that
-> allows programmers to express concepts in fewer lines of code, notably using
-> significant whitespace. It provides constructs that enable clear programming
-> on both small and large scales.
->
-> Python features a dynamic type system and automatic memory management. It
-> supports multiple programming paradigms, including object-oriented,
-> imperative, functional and procedural, and has a large and comprehensive
-> standard library.
->
-> — Wikipedia
-
-Pronto entenderás lo que esto significa, pero antes hay que instalar las
+Python es un lenguaje de programación de alto nivel orientado al uso general.
+Fue creado por Guido Van Rossum y publicado en 1991. La filosofía de python
+hace hincapié en la limpieza y la legibilidad del código fuente con una
+sintaxis que facilita expresar conceptos en menos líneas de código que en otros
+lenguajes.
+
+Python es un lenguaje de tipado dinámico y gestión de memoria automática.
+Soporta múltiples paradigmas de programación, incluyendo la programación
+orientada a objetos, imperativa, funcional y procedural e incluye una extensa
+librería estándar.
+
+Pronto entenderás lo que todo esto significa, pero antes hay que instalar las
herramientas necesarias y trastear con ellas.
## Instalación