👽 add JSON API rules

This commit is contained in:
dannydannydanny 2021-12-30 14:25:04 +01:00 committed by GitHub
parent c54f6934a6
commit ffd5980e3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,6 +128,7 @@ Context:
* [book of examples](https://raw.githubusercontent.com/rougier/scientific-visualization-book/master/pdf/book.pdf)
* [cheatsheets](https://matplotlib.org/cheatsheets/)
* **API**
* JSON API is the easiet API - [follow the rules](https://jsonapi.org/format/#)
* Requesting - use Python-[requests](https://docs.python-requests.org/en/latest/)
* **Database / DataWarehouse**
* [Pandas cheatsheet](https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf)