Skip to content

Commit 2a63360

Browse files
authored
Update README.md
1 parent 012880a commit 2a63360

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

README.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<tr>
33
<td><img src="https://assets.breatheco.de/apis/img/images.php?blob&random&cat=icon&tags=4geeks,32"></td>
44
<td>
5-
<h1 align="center"> Python API Requests Tutorial at 4Geeks Academy<br /></h1>
6-
<p>By <a href="https://twitter.com/alesanchezr">@alesanchezr</a></p>
5+
<h1> 🐍 Python API Requests Tutorial and Exercises</h1>
6+
<p>By <a href="https://twitter.com/alesanchezr">@alesanchezr</a> and <a href="https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises/graphs/contributors">other contributors</a> at <a href="http://4geeksacademy.co/">4Geeks Academy</a></p>
77
<img src="https://img.shields.io/github/last-commit/4geeksacademy/python-http-requests-api-tutorial-exercises" />
88
<a href="https://breatheco.de"><img src="https://img.shields.io/badge/certified-BreatheCode-blue" /></a>
99
<a href="https://twitter.com/alesanchezr"><img src="https://img.shields.io/twitter/follow/alesanchezr?style=social&logo=twitter" alt="follow on Twitter"></a>
@@ -12,20 +12,27 @@
1212
</tr>
1313
</table>
1414

15-
Learn HTTP and how to use the Python Requests package to create HTTP Requests GET, POST, PUT, DELETE.
15+
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.
1616

17-
<ol>
18-
<li><a href="https://github.com/4GeeksAcademy/python-beginner-programming-exercises">Python for Beginners</a></li>
19-
<li><a href="https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises">Practice Looping Lists and Tuples</a></li>
20-
<li><a href="https://github.com/4GeeksAcademy/python-functions-programming-exercises">Practice functions</a></li>
21-
<li><a href="https://github.com/4GeeksAcademy/master-python-programming-exercises">Master Python</a></li>
22-
<li><a href="https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises">Python API Requests</a>← you are here right now</li>
23-
</ol>
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+
<tr color="white"><td>2. <a href="https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises">Practice Looping Lists and Tuples</a></td></tr>
23+
<tr><td>3. <a href="https://github.com/4GeeksAcademy/python-functions-programming-exercises">Practice functions</a></td></tr>
24+
<tr><td>4. <a href="https://github.com/4GeeksAcademy/master-python-programming-exercises">Master Python (intermediate)</a></td></tr>
25+
<tr><td>5. <a href="https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises">Python API Requests</a></td>
26+
<td>← 🔥 your are here now</td>
27+
<td><a href="https://gitpod.io#https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises"><img src="https://gitpod.io/button/open-in-gitpod.svg" /></a></td>
28+
</tr>
29+
<tr><td>6. What next? <a href="https://github.com/4GeeksAcademy/About-4Geeks-Academy/issues/new">Request a new tutorial</a> or <a href="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>
2431

2532
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
2633

2734
<p align="center">
28-
<img src="https://raw.githubusercontent.com/4GeeksAcademy/react-exercises/master/preview.gif">
35+
<a href="https://www.youtube.com/watch?v=GjQEotj3t6Y"><img src="https://github.com/4GeeksAcademy/python-beginner-programming-exercises/blob/master/python-intro.gif?raw=true"></a>
2936
</p>
3037

3138
<h2>One click installation:</h2>

0 commit comments

Comments
 (0)