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.es.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,26 @@ Sigue las siguientes instrucciones:
16
16
2. Abre el repositorio creado recientemente en Codespace usando la [extensión del botón de Codespace](https://docs.github.com/es/codespaces/developing-in-a-codespace/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository).
17
17
3. Una vez que el VSCode del Codespace haya terminado de abrirse, comienza tu proyecto siguiendo las instrucciones a continuación.
18
18
19
-
## 🚛 Cómo entregar este proyecto
19
+
## 📝 Instrucciones
20
20
21
-
Una vez que hayas terminado de resolver el caso práctico, asegúrate de confirmar tus cambios, haz push a tu repositorio y ve a 4Geeks.com para subir el enlace del repositorio.
21
+
1.**Lee el archivo `./INSTRUCTIONS.es.md`** para conocer los pasos detallados del proyecto.
22
+
2.**Desarrolla tu solución en `./src/explore.ipynb`**. Cuando estes en el archivo `./src/explore.ipynb`, asegúrate de **seleccionar el kernel adecuado**. Al abrir el notebook, aparecerá un mensaje en la parte superior indicando **"Select Kernel"**. Haz clic en **"Select Kernel"** (como se muestra en la imagen).
Se mostrará una lista con las opciones disponibles. Selecciona **"Python Environments"** y elige la versión de Python que deseas utilizar. Asegúrate de seleccionar la versión especificada en el archivo `devcontainer.json`, ya que esta es la recomendada para el proyecto.
22
27
23
-
## 📝 Instrucciones
24
28
25
-
Lee el contenido del fichero `./INSTRUCTIONS.es.md` que contiene los pasos para completar el proyecto, síguelos y desarrolla la solución primero en `./src/explore.ipynb` para hacer pruebas y después pasa el código limpio a `./src/app.py`. Asegúrate de eliminar el notebook una vez ya no lo necesites para mantener el proyecto limpio y ordenado.
3.**Transfiere el código limpio a `./src/app.py`** una vez que hayas terminado las pruebas.
32
+
4.**Elimina `./src/explore.ipynb`** después de asegurarte de que ya no lo necesitas. Esto mantendrá el proyecto limpio y organizado.
33
+
34
+
¡Sigue estos pasos y avanza con el proyecto de manera estructurada! 🚀
26
35
27
36
> Nota: También incorporamos muestras de solución en ./src/solution.md que te sugerimos honestamente que solo uses si estás atascado por más de 30 minutos o si ya has terminado y quieres compararlo con tu enfoque.
37
+
38
+
## 🚛 Cómo entregar este proyecto
39
+
40
+
Una vez que hayas terminado de resolver el caso práctico, asegúrate de confirmar tus cambios, haz `push` a tu repositorio y ve a 4Geeks.com para subir el enlace del repositorio.
Copy file name to clipboardExpand all lines: README.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,29 @@ Follow the instructions below:
16
16
2. Open the newly created repository in Codespace using the [Codespace button extension](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository).
17
17
3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.
18
18
19
+
## 📝 Instructions
20
+
21
+
1.**Read the `./INSTRUCTIONS.es.md` file** to learn the detailed steps of the project.
22
+
2.**Develop your solution in `./src/explore.ipynb`**. When you are in the `./src/explore.ipynb` file, make sure to **select the appropriate kernel**. Upon opening the notebook, a message will appear at the top indicating **"Select Kernel"**. Click on **"Select Kernel"** (as shown in the image).
A list with available options will be displayed. Select **"Python Environments"** and choose the Python version you want to use. Make sure to select the version specified in the `devcontainer.json` file, as this is the recommended one for the project.
3.**Transfer the clean code to `./src/app.py`** once you have finished testing.
32
+
4.**Delete `./src/explore.ipynb`** after ensuring you no longer need it. This will keep the project clean and organized.
33
+
34
+
Follow these steps and proceed with the project in a structured manner! 🚀
35
+
36
+
> Note: We also incorporated the solution samples on ./src/solution.ipynb that we strongly suggest you only use if you are stuck for more than 30 min or if you have already finished and want to compare it with your approach.
37
+
38
+
19
39
## 🚛 How to deliver this project
20
40
21
-
Once you have finished solving the exercises, be sure to commit your changes, push them to your repository, and go to 4Geeks.com to upload the repository link.
41
+
Once you have finished solving the exercises, be sure to commit your changes, `push` them to your repository, and go to 4Geeks.com to upload the repository link.
22
42
23
-
## 📝 Instructions
24
43
25
-
Read the contents of the `./INSTRUCTIONS.md` file containing the steps to complete the project, follow them and develop the solution first in `./src/explore.ipynb` for testing and then move the clean code to `./src/app.py`. Be sure to delete the notebook once you no longer need it to keep the project clean and tidy.
26
44
27
-
> Note: We also incorporated the solution samples on ./src/solution.md that we strongly suggest you only use if you are stuck for more than 30 min or if you have already finished and want to compare it with your approach.
"description" : "Connect with any API, retrieve the data and save it into a python pandas dataframe for easier manipulation and into a SQL database."
17
+
"description": {
18
+
"en": "Connect with any API, retrieve the data and save it into a Python pandas dataframe for easier manipulation and into a SQL database.",
19
+
"es": "Conéctate con cualquier API, recupera los datos y guárdalos en un dataframe de pandas en Python para una manipulación más sencilla y en una base de datos SQL."
0 commit comments