You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-21
Original file line number
Diff line number
Diff line change
@@ -7,40 +7,33 @@ By <a href="https://twitter.com/alesanchezr">@alesanchezr</a> and <a href="https
7
7
<!-- endhide -->
8
8
9
9
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.
11
11
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.
13
15
14
16
<!-- hide -->
15
17
## One click installation (recommended):
16
18
17
19
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).
18
20
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`
20
22
21
23
## Local Installation
22
24
23
25
Clone the repository in your local environment and follow the steps below:
24
26
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:
26
28
27
-
```
29
+
```bash
28
30
$ npm i learnpack -g
29
31
$ learnpack plugins:install learnpack-python
30
32
```
31
33
32
-
2. Download this particular exercise using learnpack and `cd` into the folder:
> 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:
42
35
43
-
```sh
36
+
```bash
44
37
$ pip install pytest==4.4.2 mock pytest-testdox
45
38
$ learnpack start
46
39
```
@@ -54,16 +47,16 @@ Each exercise is a small react application containing the following files:
54
47
2.**README.md:** contains exercise instructions.
55
48
3.**test.py:** you don't have to open this file, it contains the testing script for the exercise.
56
49
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.
58
51
59
52
## Contributors
60
53
61
54
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
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!
68
61
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