Skip to content

Commit e35f788

Browse files
authored
Merge pull request #49 from Lorenagubaira/master-python-programming-exercises
codespaces reference
2 parents 0ae6b05 + 8f06fae commit e35f788

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

README.es.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77

88
Después de terminar la serie de principiantes, funciones y bucles; Esta serie realmente lo preparará para su próximo trabajo o cualquier otro desafío de programación. Practique todo lo que necesita saber para construir algoritmos con python, desde desafíos intermedios hasta difíciles: todo el tutorial es 👆 interactivo, ✅ calificado automáticamente y con 📹 videos tutoriales.
99

10-
<!-- hide -->
1110
Estos Ejercicios son colaborativos, ¡te necesitamos! Si encuentras algún error o falta de ortografía, por favor contribuye y repórtalo.
1211

13-
## Instalación en un clic:
14-
15-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/master-python-programming-exercises.git)
12+
<!-- hide -->
13+
14+
## Instalación en un clic (recomendado)
1615

16+
Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Codespaces](https://codespaces.new/?repo=4GeeksAcademy/master-python-programming-exercises) (recomendado) o [Abrir en Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/master-python-programming-exercises.git).
17+
18+
> Una vez ya tengas abierto VSCode, los ejercicios de LearnPack deberían empezar automáticamente; si esto no sucede puedes intentar empezar los ejercicios escribiendo este comando en tu terminal: `$ learnpack start`
1719
1820
## Instalación local:
1921

@@ -31,7 +33,7 @@ $ learnpack download master-python-programming-exercises
3133
$ cd master-python-programming-exercises
3234
```
3335

34-
Nota: Una vez que termine de descargar, encontrarás la carpeta "exercises" que contiene todos los ejercicios.
36+
> Nota: Una vez que termine de descargar, encontrarás la carpeta "exercises" que contiene todos los ejercicios.
3537
3638
3. Comienza con los ejercicios ejecutando el siguiente en el mismo nivel que tu archivo learn.json:
3739

@@ -40,8 +42,6 @@ $ RUN pip3 install pytest==4.4.2 pytest-testdox mock
4042
$ learnpack start
4143
```
4244
<!-- endhide -->
43-
Nota: Los ejercicios tienen calificación automática pero es muy rígido y fuerte, mi recomendación es ignorar las pruebas y usarlas solo como una recomendación o podrás frustrarte.
44-
4545

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

@@ -51,6 +51,8 @@ Cada ejercicio es un pequeño proyecto en Python que contiene los siguientes arc
5151
2. **README.md:** contiene las instrucciones del ejercicio.
5252
3. **test.py:** no tienes que abrir este archivo. Contiene los scripts de pruebas del ejercicio.
5353

54+
> Nota: Los ejercicios tienen calificación automática pero es muy rígido y fuerte, mi recomendación es ignorar las pruebas y usarlas solo como una recomendación o podrás frustrarte.
55+
5456
# Colaboradores
5557

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

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ By <a href="https://twitter.com/alesanchezr">@alesanchezr</a> and <a href="https
66
<a href="https://www.4geeksacademy.co"><img height="280" align="right" src="https://raw.githubusercontent.com/4GeeksAcademy/master-python-programming-exercises/master/badge-master-python.png" /></a>
77

88
<!-- endhide -->
9+
10+
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/README.es.md) :es:*
11+
912
After you finished the begginers, functions and loops series; This series will really prepare you for your next job or any any other programming challenge. Practice everything there you need to know to build algorithms with python, from intermadiate to hard challenges: The entire tutorial is 👆 interactive, ✅ auto-graded and with. 📹 video tutorials.
1013

1114
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
@@ -35,7 +38,7 @@ $ learnpack download master-python-programming-exercises
3538
$ cd master-python-programming-exercises
3639
```
3740

38-
Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
41+
> Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
3942
4043
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
4144

@@ -46,9 +49,6 @@ $ learnpack start
4649

4750
<!-- endhide -->
4851

49-
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.
50-
51-
5252
## How are the exercises organized?
5353

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

60+
> 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.
61+
6062
## Contributors
6163

6264
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
@@ -67,7 +69,6 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
6769

6870
3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) :🐛, (translation) 🌎
6971

70-
7172
This project follows the[all-contributors](https://github.com/kentcdodds/all-contributors) specification.Contributions of any kind are welcome!
7273

7374
This and many other exercises are built by students as part of the 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sánchez](https://twitter.com/alesanchezr) and many other contributors. Find out more about our [Full Stack Developer Course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer), and [Data Science Bootcamp](https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning).

0 commit comments

Comments
 (0)