Skip to content

Commit 8efbd66

Browse files
committed
reviewing learning-unit1-es
1 parent f0b14ec commit 8efbd66

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

data/modules/module1/learning-units/learning-unit1/learning-unit1-es.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Qué es Python y cómo funciona",
2+
"title": "Qué es Python y Cómo Funciona",
33
"description": "",
44
"content": [
55
{
@@ -17,13 +17,13 @@
1717
{
1818
"type": "list",
1919
"items": [
20-
"Desarrollo web",
21-
"Inteligencia Artificial y Machine Learning",
22-
"Análisis de datos",
23-
"Automatización de tareas",
24-
"Desarrollo de videojuegos",
25-
"Scripting en servidores",
26-
"Aplicaciones de escritorio"
20+
"Desarrollo web.",
21+
"Inteligencia Artificial y Machine Learning.",
22+
"Análisis de datos.",
23+
"Automatización de tareas.",
24+
"Desarrollo de videojuegos.",
25+
"Scripting en servidores.",
26+
"Aplicaciones de escritorio."
2727
]
2828
},
2929
{
@@ -32,11 +32,11 @@
3232
},
3333
{
3434
"type": "subtitle1",
35-
"text": "Características principales de Python"
35+
"text": "Características Principales de Python"
3636
},
3737
{
3838
"type": "subtitle2",
39-
"text": "✔ Sintaxis sencilla"
39+
"text": "✔ Sintaxis Sencilla"
4040
},
4141
{
4242
"type": "paragraph",
@@ -74,9 +74,9 @@
7474
{
7575
"type": "list",
7676
"items": [
77-
"Probar ideas rápidamente",
78-
"Ejecutar código en entornos interactivos como Pyodide (en navegador) o en un terminal",
79-
"Detectar errores línea por línea"
77+
"Probar ideas rápidamente.",
78+
"Ejecutar código en entornos interactivos como Pyodide (en navegador) o en un terminal.",
79+
"Detectar errores línea por línea."
8080
]
8181
},
8282
{
@@ -94,17 +94,17 @@
9494
{
9595
"type": "list",
9696
"items": [
97-
"Windows",
98-
"macOS",
99-
"Linux",
100-
"Navegadores (gracias a Pyodide)",
101-
"Servidores",
102-
"Microcontroladores (MicroPython)"
97+
"Windows.",
98+
"macOS.",
99+
"Linux.",
100+
"Navegadores (gracias a Pyodide).",
101+
"Servidores.",
102+
"Microcontroladores (MicroPython)."
103103
]
104104
},
105105
{
106106
"type": "subtitle2",
107-
"text": "✔ Tipado dinámico"
107+
"text": "✔ Tipado Dinámico"
108108
},
109109
{
110110
"type": "paragraph",
@@ -120,11 +120,11 @@
120120
},
121121
{
122122
"type": "subtitle1",
123-
"text": "¿Cómo funciona Python internamente?"
123+
"text": "¿Cómo Funciona Python Internamente?"
124124
},
125125
{
126126
"type": "subtitle2",
127-
"text": "El intérprete de Python"
127+
"text": "El Intérprete de Python"
128128
},
129129
{
130130
"type": "paragraph",
@@ -137,9 +137,9 @@
137137
{
138138
"type": "list",
139139
"items": [
140-
"Escribes <code class=\"language-python\">programa.py</code>",
141-
"Python lo convierte en bytecode (<code class=\"language-python\">.pyc</code>)",
142-
"El bytecode se ejecuta en la Python Virtual Machine (PVM)"
140+
"Escribes <code class=\"language-python\">programa.py</code>.",
141+
"Python lo convierte en bytecode (<code class=\"language-python\">.pyc</code>).",
142+
"El bytecode se ejecuta en la Python Virtual Machine (PVM)."
143143
]
144144
},
145145
{
@@ -148,7 +148,7 @@
148148
},
149149
{
150150
"type": "subtitle1",
151-
"text": "¿Para qué se usa Python?"
151+
"text": "¿Para Qué Se Usa Python?"
152152
},
153153
{
154154
"type": "paragraph",
@@ -192,7 +192,7 @@
192192
},
193193
{
194194
"type": "subtitle1",
195-
"text": "Primer vistazo a código Python"
195+
"text": "Primer Vistazo a Código Python"
196196
},
197197
{
198198
"type": "code",
@@ -213,7 +213,7 @@
213213
},
214214
{
215215
"type": "subtitle1",
216-
"text": "Conclusión del tema"
216+
"text": "Conclusión de la Unidad"
217217
},
218218
{
219219
"type": "paragraph",

0 commit comments

Comments
 (0)