Friday, June 21, 2019

Developing Restful APIs with Python, Django and Django Rest Framework

https://dev.to/joshuadeguzman/definitive-guide-developing-restful-apis-using-python-django-and-drf-2h7e
The standard way of doing python web services is with flask and flask api. maybe django-api is worth looking into.