Skip to content

Commit 51002f7

Browse files
authored
Update README.md
1 parent e35f788 commit 51002f7

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ By <a href="https://twitter.com/alesanchezr">@alesanchezr</a> and <a href="https
99

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

12-
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.
12+
After you finish the begginers, functions, and loop series, this series will really prepare you for your next job or any other programming challenge. Practice everything there is to know to build algorithms with Python, from intermediate to hard challenges.
1313

14-
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
14+
The entire tutorial is 👆 interactive and ✅ auto-graded.
15+
16+
These exercises were built in collaboration, we need you! If you find any bugs or misspellings, please contribute and report them.
1517

1618
<!-- hide -->
1719

@@ -21,54 +23,53 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
2123

2224
> Once you have VSCode open the LearnPack exercises should start automatically. If exercises don't run automatically you can try typing on your terminal: `$ learnpack start`
2325
24-
2526
## Local Installation
2627

2728
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
2829

29-
```
30+
```bash
3031
$ npm i learnpack -g
3132
$ learnpack plugins:install learnpack-python
3233
```
3334

34-
2. Download this particular exercise using learnpack and `cd` into the folder:
35+
2. Download this particular tutorial using learnpack and `cd` into the folder:
3536

36-
```
37+
```bash
3738
$ learnpack download master-python-programming-exercises
3839
$ cd master-python-programming-exercises
3940
```
4041

41-
> Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
42+
> Note: Once you finish downloading, you will find an "exercises" folder that contains all the exercises within.
4243
43-
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
44+
3. Start the tutorial/exercises by running the following command at the same level your learn.json file is:
4445

45-
```sh
46-
$ RUN pip3 install pytest==4.4.2 pytest-testdox mock
46+
```bash
47+
$ RUN pip3 install pytest==4.4.2 pytest-testdox mock
4748
$ learnpack start
4849
```
4950

5051
<!-- endhide -->
5152

5253
## How are the exercises organized?
5354

54-
Each exercise is a small react application containing the following files:
55+
Each exercise is a small React application containing the following files:
5556

56-
1. **app.py:** represents the entry python file that will be executed by the computer.
57+
1. **app.py:** represents the entry Python file that will be executed by the computer.
5758
2. **README.md:** contains exercise instructions.
5859
3. **test.py:** you don't have to open this file, it contains the testing script for the exercise.
5960

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+
> Note: The exercises have automatic grading, but it's very rigid and strict, my recommendation is to not take the tests too serious and use them only as a suggestion, or you may get frustrated.
6162
6263
## Contributors
6364

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

66-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻 (idea) 🤔, (build-tests) ⚠️ , (pull-request-review) 👀 (build-tutorial) ✅ (documentation) 📖
67+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻, (idea) 🤔, (build-tests) ⚠️, (pull-request-review) 👀, (build-tutorial) ✅, (documentation) 📖
6768

68-
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) 🐛, contribution: (coder), (translation) 🌎
69+
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) 🐛, (coder) 💻, (translation) 🌎
6970

70-
3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) :🐛, (translation) 🌎
71+
3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) 🐛, (translation) 🌎
7172

72-
This project follows the[all-contributors](https://github.com/kentcdodds/all-contributors) specification.Contributions of any kind are welcome!
73+
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!
7374

7475
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)