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
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.
4
+
By <ahref="https://twitter.com/alesanchezr">@alesanchezr</a> and <ahref="https://github.com/4GeeksAcademy/python-functions-programming-exercises/graphs/contributors">other contributors</a> at <ahref="http://4geeksacademy.co/">4Geeks Academy</a><ahref="https://www.4geeksacademy.co"><imgheight="280"align="right"src="https://github.com/4GeeksAcademy/python-pandas-tutorial/blob/main/.learn/assets/pandas_cover.png?raw=true"></a>
5
+
6
+
<!-- endhide -->
16
7
17
-
<h3>📚 Table of contents:</h3>
18
-
<table>
19
-
<tr>
20
-
<td>1. <a href="https://github.com/4GeeksAcademy/python-beginner-programming-exercises">Python for Beginners</a> </td>
21
-
</tr>
22
-
<trcolor="white"><td>2. <ahref="https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises">Practice Looping Lists and Tuples</a></td></tr>
<tr><td>6. What next? <ahref="https://github.com/4GeeksAcademy/About-4Geeks-Academy/issues/new">Request a new tutorial</a> or <ahref="https://github.com/4GeeksAcademy/About-4Geeks-Academy/labels/help%20wanted">collaborate</a>.<br /> We will feature your profile in our list of contributors</td></tr>
30
-
</table>
8
+
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.
31
9
32
10
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
33
11
34
-
<h2>One click installation:</h2>
12
+
<!-- hide -->
13
+
## One click installation (recommended):
35
14
36
-
[](https://gitpod.io#https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises.git)
15
+
You can open these exercises in just a few seconds by clicking: [Open in Codespaces](https://codespaces.new/?repo=4GeeksAcademy/css-layouts-tutorial-exercises) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises.git).
16
+
17
+
> 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
18
38
19
39
20
## Local Installation
@@ -60,7 +41,7 @@ Note: Once you finish downloading, you will find a "exercises" folder that conta
60
41
$ pip install pytest==4.4.2 mock pytest-testdox
61
42
$ learnpack start
62
43
```
63
-
44
+
<!-- endhide -->
64
45
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.
0 commit comments