Skip to content

Commit 6a1de64

Browse files
authored
Update README.md
1 parent 1ab28fb commit 6a1de64

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<a href="https://www.4geeksacademy.co"><img height="280" align="right" src="https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises/blob/master/python-lp-badge.png"></a>
55

6-
> Por [@alesanchezr](https://twitter.com/alesanchezr) y [otros colaboradores](https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises/graphs/contributors) at [4Geeks Academy](https://4geeksacademy.co/)
6+
> By [@alesanchezr](https://twitter.com/alesanchezr) and [otros colaboradores](https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises/graphs/contributors) at [4Geeks Academy](https://4geeksacademy.co/)
77
88

99
![last commit](https://img.shields.io/github/last-commit/4geeksacademy/python-lists-loops-programming-exercises)
@@ -14,15 +14,15 @@
1414
<!-- endhide -->
1515

1616

17-
Lists and Loops is one of the most challenging topics to grasp when learning how to code, you will learn:
17+
Lists and loops are one of the most challenging topics to grasp when learning how to code. You will learn:
1818

19-
1. All the possible ways to loop in python,
19+
1. All the possible ways to loop in Python.
2020

21-
2. Looping lists, tuples, dictionaries and other data-structures.
21+
2. Looping lists, tuples, dictionaries and other data structures.
2222

23-
The entire tutorial is 👆 interactive, ✅ auto-graded and with. 📹 video tutorials.
23+
The entire tutorial is 👆 interactive, ✅ auto-graded, and has 📹 video tutorials.
2424

25-
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
25+
These exercises were built in collaboration, we need you! If you find any bugs or misspellings, please contribute and report them.
2626

2727
<!-- hide -->
2828

@@ -34,31 +34,31 @@ These exercises were built in collaboration, we need you! If you find any bugs o
3434

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

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`
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`
3838
3939
## Local Installation
4040

4141
Clone the repository in your local environment and follow the steps below:
4242

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

45-
```
45+
```bash
4646
$ npm i learnpack -g
4747
$ learnpack plugins:install learnpack-python
4848
```
4949

50-
2. Download this particular exercise using learnpack and `cd` into the folder:
50+
2. Download these particular exercises using learnpack and `cd` into the folder:
5151

52-
```
52+
```bash
5353
$ learnpack download python-lists-loops-programming-exercises
5454
$ cd python-lists-loops-programming-exercises
5555
```
5656

57-
> Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
57+
> Note: Once you finish downloading, you will find an "exercises" folder that contains all the exercises within.
5858
59-
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
59+
3. Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
6060

61-
```sh
61+
```bash
6262
$ $ pip3 install pytest==4.4.2 pytest-testdox mock
6363
$ learnpack start
6464
```
@@ -67,22 +67,22 @@ $ learnpack start
6767

6868
## How are the exercises organized?
6969

70-
Each exercise is a small python project containing the following files:
70+
Each exercise is a small Python project containing the following files:
7171

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

76-
> 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.
76+
> 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.
7777
7878
## Contributors
7979

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

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

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

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

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