Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ Esta serie en particular es para principiantes de Python. Aprenderás los siguie

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

<!-- hide -->

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

<!-- hide -->

<p align="center">
<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>
</p>
Expand All @@ -45,7 +46,7 @@ $ learnpack download python-beginner-programming-exercises
$ cd python-beginner-programming-exercises
```

Nota: Una vez que termines de descargarlo, encontrarás una carpeta llamada "exercises" que contiene los ejercicios.
> Nota: Una vez que termines de descargarlo, encontrarás una carpeta llamada "exercises" que contiene los ejercicios.

3. Inicializa el tutorial/exercises ejecutando el siguiente comando al mismo nivel en el que se encuentra tu archivo bc.json:

Expand All @@ -56,7 +57,6 @@ $ learnpack start

<!-- endhide -->

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.

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

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

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

## Colaboradores

Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ By [@alesanchezr](https://twitter.com/alesanchezr) and [other contributors](http
<img align="left" src="https://img.shields.io/github/last-commit/4geeksacademy/python-beginner-programming-exercises">
<!-- endhide -->

*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/Lorenagubaira/python-beginner-programming-exercises/blob/master/README.es.md) :es:*

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.

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

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.

<!-- endhide -->

## How are the exercises organized?

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

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

## Contributors

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