Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.26 KB

Country API

About the project   |    contents covered in the course   |    Installation   |    References

📋 About the project

This project was worked API with python. We saw concepts of request and response, json, queries to a country API, information extraction, virtualenv, etc. We also cover the concepts of cli, running the program using the command line, with flags and parameters.

📝 Contents covered in the course

  • PIP
  • Virtualenv
  • Requests
  • Json
  • API
  • Command line argument passing

⚙️ installation

$ git clone https://github.com/isaias0rt0n/country-API.git
$ cd /country-API
$ python countries.py --help

📂 Referência

Project made in the course of solyd training. A fully practical python course, covering basic concepts even more advanced.

📌Solyd

✅ By Isaias Orton