|
1 |
| -# Python HTTP Requests Exercises |
| 1 | +<table> |
| 2 | + <tr> |
| 3 | + <td><img src="https://assets.breatheco.de/apis/img/images.php?blob&random&cat=icon&tags=4geeks,32"></td> |
| 4 | + <td> |
| 5 | + <h1 align="center"> Python API Requests Tutorial at 4Geeks Academy<br /><small>By <a href="https://twitter.com/alesanchezr">@alesanchezr</a></small></h1> |
| 6 | + <img src="https://img.shields.io/github/last-commit/4geeksacademy/python-http-requests-api-tutorial-exercises" /> |
| 7 | + <a href="https://breatheco.de"><img src="https://img.shields.io/badge/certified-BreatheCode-blue" /></a> |
| 8 | + <a href="https://twitter.com/alesanchezr"><img src="https://img.shields.io/twitter/follow/alesanchezr?style=social&logo=twitter" alt="follow on Twitter"></a> |
| 9 | + <a href="https://gitpod.io#https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises.git"><img src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" /></a> |
| 10 | + </td> |
| 11 | + </tr> |
| 12 | +</table> |
| 13 | + |
| 14 | +Learn HTTP and how to use the Python Requests package to create HTTP Requests GET, POST, PUT, DELETE. |
| 15 | + |
| 16 | +<ol> |
| 17 | + <li><a href="https://github.com/4GeeksAcademy/python-beginner-programming-exercises">Python for Beginners</a></li> |
| 18 | + <li><a href="https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises">Practice Looping Lists and Tuples</a></li> |
| 19 | + <li><a href="https://github.com/4GeeksAcademy/python-functions-programming-exercises">Practice functions</a></li> |
| 20 | + <li><a href="https://github.com/4GeeksAcademy/master-python-programming-exercises">Master Python</a></li> |
| 21 | + <li><a href="https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises">Python API Requests</a>← you are here right now</li> |
| 22 | +</ol> |
| 23 | + |
| 24 | +These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them. |
| 25 | + |
| 26 | +<p align="center"> |
| 27 | + <img src="https://raw.githubusercontent.com/4GeeksAcademy/react-exercises/master/preview.gif"> |
| 28 | +</p> |
| 29 | + |
| 30 | +<h2>One click installation:</h2> |
| 31 | + |
| 32 | +[](https://gitpod.io#https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises.git) |
| 33 | + |
| 34 | + |
| 35 | +## Local Installation |
| 36 | + |
| 37 | +1) Make sure you have the [breathecode-cli](https://github.com/breatheco-de/breathecode-cli) installed and `node.js` version 10+ and python version 3+. This is the command to install the breathecode-cli |
| 38 | +``` |
| 39 | +$ npm i breathecode-cli -g |
| 40 | +``` |
| 41 | + |
| 42 | +2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory "exercises" that contains all the exercises within. |
| 43 | + |
| 44 | +3) Start the tutorial/exercises by running the following command from the root of the project: |
| 45 | + |
| 46 | +```sh |
| 47 | +$ pip install pytest==4.4.2 mock pytest-testdox |
| 48 | +$ breathecode run |
| 49 | +``` |
| 50 | + |
| 51 | +## How are the exercises organized? |
| 52 | + |
| 53 | +Each exercise is a small react application containing the following files: |
| 54 | + |
| 55 | +1. **app.py:** represents the entry python file that will be executed by the computer. |
| 56 | +2. **README.md:** contains exercise instructions. |
| 57 | +3. **test.py:** you don't have to open this file, it contains the testing script for the exercise. |
| 58 | + |
| 59 | +## Contributors |
| 60 | + |
| 61 | +Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): |
| 62 | + |
| 63 | +1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book: |
| 64 | +2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) :bug:, contribution: (coder), (translation) :earth_americas: |
| 65 | + |
| 66 | +This project follows the |
| 67 | +[all-contributors](https://github.com/kentcdodds/all-contributors) |
| 68 | +specification. Contributions of any kind are welcome! |
0 commit comments