DEV Community

Discussion on: Build a Rest API with Python - The easiest way

Collapse
 
xarala221 profile image
Ousseynou Diop

I use the knox(james1345.github.io/django-rest-kn...) package for authentication and Django Rest Framework (django-rest-framework.org/ is well documented.

If you want to use something lightweight i suggest you to use Flask.

Regards