Skip to content

Commit e0c63f3

Browse files
authored
Update README.md
1 parent 9128ef6 commit e0c63f3

File tree

1 file changed

+14
-21
lines changed

1 file changed

+14
-21
lines changed

README.md

+14-21
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,33 @@ By <a href="https://twitter.com/alesanchezr">@alesanchezr</a> and <a href="https
77
<!-- endhide -->
88

99

10-
In this series you will Learn HTTP and how to use the Python Requests package to create HTTP Requests GET, POST, PUT, DELETE. The entire tutorial is 👆 interactive, ✅ auto-graded and with. 📹 video tutorials.
10+
In this series you will Learn HTTP (*Hypertext Transfer Protocol*) and how to use the Python **requests package** to create HTTP requests GET, POST, PUT, DELETE.
1111

12-
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
12+
The entire tutorial is 👆 interactive, ✅ auto-graded and with 📹 video tutorials.
13+
14+
These exercises were built in collaboration, we need you! If you find any bugs or misspells, please contribute and report them.
1315

1416
<!-- hide -->
1517
## One click installation (recommended):
1618

1719
You can open these exercises in just a few seconds by clicking: [Open in Codespaces](https://codespaces.new/?repo=4GeeksAcademy/python-http-requests-api-tutorial-exercises) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises).
1820

19-
> 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`
21+
> Once you have VSCode open, the LearnPack exercises should start automatically. If the exercises don't run automatically, you can try typing on your terminal: `$ learnpack start`
2022
2123
## Local Installation
2224

2325
Clone the repository in your local environment and follow the steps below:
2426

25-
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
27+
1. Make sure you install [LearnPack](https://www.learnpack.co/), node.js version 14+, and Python version 3+. This is the command to install LearnPack:
2628

27-
```
29+
```bash
2830
$ npm i learnpack -g
2931
$ learnpack plugins:install learnpack-python
3032
```
3133

32-
2. Download this particular exercise using learnpack and `cd` into the folder:
33-
34-
```
35-
$ learnpack download python-http-requests-api-tutorial-exercises
36-
$ cd python-http-requests-api-tutorial-exercises
37-
```
38-
39-
> Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
40-
41-
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
34+
2. Start the tutorial/exercises by running the following command at the same level your `learn.json` file is:
4235

43-
```sh
36+
```bash
4437
$ pip install pytest==4.4.2 mock pytest-testdox
4538
$ learnpack start
4639
```
@@ -54,16 +47,16 @@ Each exercise is a small react application containing the following files:
5447
2. **README.md:** contains exercise instructions.
5548
3. **test.py:** you don't have to open this file, it contains the testing script for the exercise.
5649

57-
> 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+
> 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.
5851
5952
## Contributors
6053

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

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

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

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

69-
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).
62+
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)