Skip to content

Commit 792dd6d

Browse files
authored
Merge pull request #22 from rosinni/main
update instructions
2 parents b24ec83 + 65ec120 commit 792dd6d

File tree

5 files changed

+50
-11
lines changed

5 files changed

+50
-11
lines changed

README.es.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,26 @@ Sigue las siguientes instrucciones:
1616
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).
1717
3. Una vez que el VSCode del Codespace haya terminado de abrirse, comienza tu proyecto siguiendo las instrucciones a continuación.
1818

19-
## 🚛 Cómo entregar este proyecto
19+
## 📝 Instrucciones
2020

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).
23+
24+
![image-kernel](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/image-kernel.png?raw=true)
25+
26+
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.
2227

23-
## 📝 Instrucciones
2428

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.
29+
![image-devcontainer](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/devcontainer-image.png?raw=true)
30+
31+
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! 🚀
2635

2736
> 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.
41+

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,29 @@ Follow the instructions below:
1616
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).
1717
3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.
1818

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).
23+
24+
![image-kernel](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/image-kernel.png?raw=true)
25+
26+
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.
27+
28+
29+
![image-devcontainer](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/devcontainer-image.png?raw=true)
30+
31+
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+
1939
## 🚛 How to deliver this project
2040

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.
2242

23-
## 📝 Instructions
2443

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.
2644

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.

assets/devcontainer-image.png

130 KB
Loading

assets/image-kernel.png

142 KB
Loading

learn.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"slug" : "interacting-with-api-python-project-tutorial",
3-
"title" : "Interacting with an API using Python",
3+
"title": {
4+
"en": "Interacting with an API using Python",
5+
"es": "Interactuando con una API usando Python"
6+
},
47
"preview": "https://github.com/4GeeksAcademy/interacting-with-api-python-project-tutorial/blob/main/preview.png?raw=true",
58
"solution": "https://github.com/4GeeksAcademy/interacting-with-api-python-project-tutorial/blob/main/src/solution.md",
69
"status": "published",
@@ -9,7 +12,12 @@
912
"difficulty": "beginner",
1013
"syntax": "python",
1114
"duration" : 2,
12-
"projectType": "project",
15+
"projectType": "project",
1316
"autoPlay": false,
14-
"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."
20+
},
21+
"gitpod": true,
22+
"template_url": "self"
1523
}

0 commit comments

Comments
 (0)