|
2 | 2 | <tr>
|
3 | 3 | <td><img src="https://assets.breatheco.de/apis/img/images.php?blob&random&cat=icon&tags=4geeks,32"></td>
|
4 | 4 | <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> |
7 | 7 | <img src="https://img.shields.io/github/last-commit/4geeksacademy/python-http-requests-api-tutorial-exercises" />
|
8 | 8 | <a href="https://breatheco.de"><img src="https://img.shields.io/badge/certified-BreatheCode-blue" /></a>
|
9 | 9 | <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 | 12 | </tr>
|
13 | 13 | </table>
|
14 | 14 |
|
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. |
16 | 16 |
|
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> |
24 | 31 |
|
25 | 32 | These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
|
26 | 33 |
|
27 | 34 | <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> |
29 | 36 | </p>
|
30 | 37 |
|
31 | 38 | <h2>One click installation:</h2>
|
|
0 commit comments