Skip to content

Commit fe80228

Browse files
authored
Update README.md
1 parent 46963a8 commit fe80228

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

README.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ By <a href="https://twitter.com/alesanchezr">@alesanchezr</a> and <a href="https
88

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

11-
Learn and practice Python Functions. You will see the folowing concepts:
11+
Learn and practice Python Functions. You will see the following concepts:
1212

1313
1. Declaring a function.
1414

@@ -18,65 +18,61 @@ Learn and practice Python Functions. You will see the folowing concepts:
1818

1919
4. Nest functions.
2020

21-
5. Function recursivity, and many other functional concepts.
21+
5. Recursive functions and many other functional concepts.
2222

2323
> Note: The entire tutorial is 👆 interactive, ✅ auto-graded and with 📹 video tutorials.
2424
25-
These exercises were built in collaboration, we need you! If you find any bugs or misspells please contribute and report them.
26-
27-
<p align="center">
28-
<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>
29-
</p>
25+
These exercises were built in collaboration, we need you! If you find any bugs or misspellings, please contribute and report them.
3026

3127
<!-- hide -->
3228

3329
## One click installation (recommended):
3430

3531
You can open these exercises in just a few seconds by clicking: [Open in Codespaces](https://codespaces.new/?repo=4GeeksAcademy/python-functions-programming-exercises) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/python-functions-programming-exercises).
3632

37-
> 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`
33+
> 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`
3834
3935
## Local Installation
4036

41-
1) Make sure you have [learnpack](https://learnpack.co) installed, `node.js` version 14+ and python version 3+. This is the command to install learnpack:
37+
1) Make sure you have [LearnPack](https://learnpack.co) installed, node.js version 14+, and Python version 3+. This is the command to install LearnPack:
4238

43-
```
39+
```bash
4440
$ npm i learnpack -g && learnpack plugins:install learnpack-python
4541
```
4642

47-
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory "exercises" that contains all the exercises within.
43+
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory called "exercises" that contains all the exercises within.
4844

49-
```
45+
```bash
5046
$ git clone https://github.com/4GeeksAcademy/python-functions-programming-exercises.git
5147
```
5248

5349
3) Start the tutorial/exercises by running the following command from the root of the project:
5450

55-
```sh
51+
```bash
5652
$ cd python-functions-programming-exercises
5753
$ pip install pytest==4.4.2 mock pytest-testdox
5854
$ learnpack start
5955
```
6056

61-
6257
<!-- endhide -->
58+
6359
## How are the exercises organized?
6460

65-
Each exercise is a small react application containing the following files:
61+
Each exercise is a small React application containing the following files:
6662

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

71-
> 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.
67+
> 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.
7268
7369
## Contributors
7470

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

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

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

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

0 commit comments

Comments
 (0)