|
1 | 1 | { |
2 | | - "title": "Qué es Python y cómo funciona", |
| 2 | + "title": "Qué es Python y Cómo Funciona", |
3 | 3 | "description": "", |
4 | 4 | "content": [ |
5 | 5 | { |
|
17 | 17 | { |
18 | 18 | "type": "list", |
19 | 19 | "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." |
27 | 27 | ] |
28 | 28 | }, |
29 | 29 | { |
|
32 | 32 | }, |
33 | 33 | { |
34 | 34 | "type": "subtitle1", |
35 | | - "text": "Características principales de Python" |
| 35 | + "text": "Características Principales de Python" |
36 | 36 | }, |
37 | 37 | { |
38 | 38 | "type": "subtitle2", |
39 | | - "text": "✔ Sintaxis sencilla" |
| 39 | + "text": "✔ Sintaxis Sencilla" |
40 | 40 | }, |
41 | 41 | { |
42 | 42 | "type": "paragraph", |
|
74 | 74 | { |
75 | 75 | "type": "list", |
76 | 76 | "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." |
80 | 80 | ] |
81 | 81 | }, |
82 | 82 | { |
|
94 | 94 | { |
95 | 95 | "type": "list", |
96 | 96 | "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)." |
103 | 103 | ] |
104 | 104 | }, |
105 | 105 | { |
106 | 106 | "type": "subtitle2", |
107 | | - "text": "✔ Tipado dinámico" |
| 107 | + "text": "✔ Tipado Dinámico" |
108 | 108 | }, |
109 | 109 | { |
110 | 110 | "type": "paragraph", |
|
120 | 120 | }, |
121 | 121 | { |
122 | 122 | "type": "subtitle1", |
123 | | - "text": "¿Cómo funciona Python internamente?" |
| 123 | + "text": "¿Cómo Funciona Python Internamente?" |
124 | 124 | }, |
125 | 125 | { |
126 | 126 | "type": "subtitle2", |
127 | | - "text": "El intérprete de Python" |
| 127 | + "text": "El Intérprete de Python" |
128 | 128 | }, |
129 | 129 | { |
130 | 130 | "type": "paragraph", |
|
137 | 137 | { |
138 | 138 | "type": "list", |
139 | 139 | "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)." |
143 | 143 | ] |
144 | 144 | }, |
145 | 145 | { |
|
148 | 148 | }, |
149 | 149 | { |
150 | 150 | "type": "subtitle1", |
151 | | - "text": "¿Para qué se usa Python?" |
| 151 | + "text": "¿Para Qué Se Usa Python?" |
152 | 152 | }, |
153 | 153 | { |
154 | 154 | "type": "paragraph", |
|
192 | 192 | }, |
193 | 193 | { |
194 | 194 | "type": "subtitle1", |
195 | | - "text": "Primer vistazo a código Python" |
| 195 | + "text": "Primer Vistazo a Código Python" |
196 | 196 | }, |
197 | 197 | { |
198 | 198 | "type": "code", |
|
213 | 213 | }, |
214 | 214 | { |
215 | 215 | "type": "subtitle1", |
216 | | - "text": "Conclusión del tema" |
| 216 | + "text": "Conclusión de la Unidad" |
217 | 217 | }, |
218 | 218 | { |
219 | 219 | "type": "paragraph", |
|
0 commit comments