Skip to content

Commit aca9a66

Browse files
Merge pull request 4GeeksAcademy#78 from Lorenagubaira/python-beginner-programming-exercises
codespaces reference
2 parents bf264dc + 3a39200 commit aca9a66

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.es.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ Esta serie en particular es para principiantes de Python. Aprenderás los siguie
1515

1616
Todo el tutorial es 👆 interactivo, ✅ calificado automáticamente y con 📹 videos tutoriales.
1717

18-
<!-- hide -->
1918

2019
¡Te necesitamos! Estos ejercicios se crean y mantienen con colaboradores como tú. Si encuentra salgún error o falta de ortografía, contribuye y/o infórmanos.
2120

21+
<!-- hide -->
22+
2223
<p align="center">
2324
<a href="https://www.youtube.com/watch?v=GjQEotj3t6Y&list=PLCVs_S8Skwp9_apbj_ls2euakDALiWqSN"><img src="https://github.com/4GeeksAcademy/python-beginner-programming-exercises/blob/master/python-intro.gif?raw=true"></a>
2425
</p>
@@ -45,7 +46,7 @@ $ learnpack download python-beginner-programming-exercises
4546
$ cd python-beginner-programming-exercises
4647
```
4748

48-
Nota: Una vez que termines de descargarlo, encontrarás una carpeta llamada "exercises" que contiene los ejercicios.
49+
> Nota: Una vez que termines de descargarlo, encontrarás una carpeta llamada "exercises" que contiene los ejercicios.
4950
5051
3. Inicializa el tutorial/exercises ejecutando el siguiente comando al mismo nivel en el que se encuentra tu archivo bc.json:
5152

@@ -56,7 +57,6 @@ $ learnpack start
5657

5758
<!-- endhide -->
5859

59-
Nota: Los ejercicios tienen tests automatizados, sin embargo, estos suelen ser muy rígidos y estrictos. Mi recomendación es que utilices los tests como recomendación o puedes frustrarte.
6060

6161
## ¿Cómo están organizados los ejercicios?
6262

@@ -66,6 +66,8 @@ Cada ejercicio es una pequeña aplicación de react que contiene los siguientes
6666
2. **README.es.md:** Contiene las instrucciones del ejercicio.
6767
3. **test.py:** Contiene el script del test para el ejercicio (no es necesario que abras este archivo)
6868

69+
> Nota: Los ejercicios tienen tests automatizados, sin embargo, estos suelen ser muy rígidos y estrictos. Mi recomendación es que utilices los tests como recomendación o puedes frustrarte.
70+
6971
## Colaboradores
7072

7173
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ By [@alesanchezr](https://twitter.com/alesanchezr) and [other contributors](http
77
<img align="left" src="https://img.shields.io/github/last-commit/4geeksacademy/python-beginner-programming-exercises">
88
<!-- endhide -->
99

10+
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/Lorenagubaira/python-beginner-programming-exercises/blob/master/README.es.md) :es:*
11+
1012
This exercises are the ideal first step for anyone trying to learn Python, we start from the most simple challenge like printing a message on the terminal and slowly increase step by step.
1113

1214
This particular series are for Python beginners. You will learn:
@@ -56,9 +58,9 @@ $ $ pip3 install pytest==4.4.2 pytest-testdox mock
5658
$ learnpack start
5759
```
5860

59-
Note: The exercises have automatic grading but its very rigid and string, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.
6061

6162
<!-- endhide -->
63+
6264
## How are the exercises organized?
6365

6466
Each exercise is a small react application containing the following files:
@@ -67,6 +69,8 @@ Each exercise is a small react application containing the following files:
6769
2. **README.md:** contains exercise instructions.
6870
3. **test.py:** you don't have to open this file, it contains the testing script for the exercise.
6971

72+
> Note: The exercises have automatic grading but its very rigid and string, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.
73+
7074
## Contributors
7175

7276
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

0 commit comments

Comments
 (0)