You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@
23
23
- 🚀 Ideal para principiantes: comienza **desde cero** y avanza paso a paso.
24
24
- 🛠️ **Curso práctico** con ejercicios para que puedas practicar lo aprendido.
25
25
- 📝 **Código abierto**: lo que te permitirá clonar el proyecto y tener acceso completo a todo lo que se muestra.
26
+
> [!TIP]
27
+
> **¿Sabías que puedes acceder a todas las clases desde la [Academia de midudev](https://midu.dev/)?** Si eres suscriptor en [Twitch](https://www.twitch.tv/midudev), ¡ya tienes acceso!
26
28
27
29
## 🕐 Horario por países
28
30
@@ -69,7 +71,40 @@ Dirígete a la carpeta
69
71
```bash
70
72
cd curso-python
71
73
```
74
+
## ⚙️ Requisitos para seguir el curso
72
75
76
+
> [!IMPORTANT]
77
+
> **Asegúrate de tener Python instalado.**
78
+
79
+
1. Verifica si tienes Python:
80
+
```bash
81
+
python --version
82
+
```
83
+
o
84
+
```bash
85
+
python3 --version
86
+
```
87
+
88
+
2. Si no lo tienes instalado, descárgalo desde [la página oficial de Python](https://www.python.org/downloads/).
89
+
90
+
> [!TIP]
91
+
> Si no quieres instalar nada, puedes usar editores online como:
0 commit comments