Skip to content

Commit cd3a74b

Browse files
committed
reviewing module1-learning-unit1-en | es
1 parent 8efbd66 commit cd3a74b

2 files changed

Lines changed: 29 additions & 29 deletions

File tree

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

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "What is Python and how does it work?",
2+
"title": "What is Python and How Does It Work?",
33
"description": "",
44
"content": [
55
{
@@ -17,13 +17,13 @@
1717
{
1818
"type": "list",
1919
"items": [
20-
"Web development",
21-
"Artificial Intelligence and Machine Learning",
22-
"Data analysis",
23-
"Task automation",
24-
"Video game development",
25-
"Server scripting",
26-
"Desktop applications"
20+
"Web development.",
21+
"Artificial Intelligence and Machine Learning.",
22+
"Data analysis.",
23+
"Task automation.",
24+
"Video game development.",
25+
"Server scripting.",
26+
"Desktop applications."
2727
]
2828
},
2929
{
@@ -36,7 +36,7 @@
3636
},
3737
{
3838
"type": "subtitle2",
39-
"text": "✔ Simple syntax"
39+
"text": "✔ Simple Syntax"
4040
},
4141
{
4242
"type": "paragraph",
@@ -56,7 +56,7 @@
5656
},
5757
{
5858
"type": "test-button",
59-
"text": "Try it >>",
59+
"text": "Try >>",
6060
"code": "print('Hello, World')"
6161
},
6262
{
@@ -74,9 +74,9 @@
7474
{
7575
"type": "list",
7676
"items": [
77-
"Quickly testing ideas",
78-
"Running code in interactive environments such as Pyodide (in the browser) or in a terminal",
79-
"Detecting errors line by line"
77+
"Quickly testing ideas.",
78+
"Running code in interactive environments such as Pyodide (in the browser) or in a terminal.",
79+
"Detecting errors line by line."
8080
]
8181
},
8282
{
@@ -94,17 +94,17 @@
9494
{
9595
"type": "list",
9696
"items": [
97-
"Windows",
98-
"macOS",
99-
"Linux",
100-
"Web browsers (gracias a Pyodide)",
101-
"Servers",
102-
"Microcontrollers (MicroPython)"
97+
"Windows.",
98+
"macOS.",
99+
"Linux.",
100+
"Web browsers (gracias a Pyodide).",
101+
"Servers.",
102+
"Microcontrollers (MicroPython)."
103103
]
104104
},
105105
{
106106
"type": "subtitle2",
107-
"text": "✔ Dynamic typing"
107+
"text": "✔ Dynamic Typing"
108108
},
109109
{
110110
"type": "paragraph",
@@ -120,7 +120,7 @@
120120
},
121121
{
122122
"type": "subtitle1",
123-
"text": "How does Python work internally?"
123+
"text": "How Does Python Work Internally?"
124124
},
125125
{
126126
"type": "subtitle2",
@@ -137,9 +137,9 @@
137137
{
138138
"type": "list",
139139
"items": [
140-
"You write <code class=\"language-python\">program.py</code>",
141-
"Python converts it into bytecode (<code class=\"language-python\">.pyc</code>)",
142-
"The bytecode is executed on the Python Virtual Machine (PVM)"
140+
"You write <code class=\"language-python\">program.py</code>.",
141+
"Python converts it into bytecode (<code class=\"language-python\">.pyc</code>).",
142+
"The bytecode is executed on the Python Virtual Machine (PVM)."
143143
]
144144
},
145145
{
@@ -148,7 +148,7 @@
148148
},
149149
{
150150
"type": "subtitle1",
151-
"text": "What is Python used for?"
151+
"text": "What is Python Used For?"
152152
},
153153
{
154154
"type": "paragraph",
@@ -200,20 +200,20 @@
200200
},
201201
{
202202
"type": "paragraph",
203-
"text": "Output"
203+
"text": "Output:"
204204
},
205205
{
206206
"type": "code",
207207
"text": "What is your name? Daniel\nHello Daniel"
208208
},
209209
{
210210
"type": "test-button",
211-
"text": "Try it >>",
211+
"text": "Try >>",
212212
"code": "name = input('What is your name?')\nprint('Hello', name)"
213213
},
214214
{
215215
"type": "subtitle1",
216-
"text": "Conclusion of the Topic"
216+
"text": "Unit Conclusions"
217217
},
218218
{
219219
"type": "paragraph",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
},
214214
{
215215
"type": "subtitle1",
216-
"text": "Conclusión de la Unidad"
216+
"text": "Conclusiones de la Unidad"
217217
},
218218
{
219219
"type": "paragraph",

0 commit comments

Comments
 (0)