DEV Community

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

Collapse
 
astrit profile image
Astrit

I have never done something like this in python but plan to do, what would you use for documentation and authentication ?

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