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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
<!-- hide -->
2
2
# π Python API Requests Tutorial and Exercises
3
3
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
-
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>.
6
5
<!-- endhide -->
7
6
8
7
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.
@@ -12,7 +11,7 @@ These exercises were built in collaboration, we need you! If you find any bugs o
12
11
<!-- hide -->
13
12
## One click installation (recommended):
14
13
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).
14
+
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).
16
15
17
16
> 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`
0 commit comments