12. The End

You are now able to build a professional API in Python, thanks to Django REST Framework, and adapt it to the needs that may arise in a development project.

There are still many concepts you can keep working on to have the best API in the world:

  • Distribute in Docker.
  • Authentication, both with Token and using 0Auth2.
  • Abstract Users.
  • Dig deeper into other types of testing.
  • Cache systems such as integrating Redis.
  • Store static files in S3.
Building SPAs with Django and HTML Over the Wire: Learn to build real-time single page applications with Python

Building SPAs with Django and HTML Over the Wire: Learn to build real-time single page applications with Python

The HTML over WebSockets approach simplifies single-page application (SPA) development and lets you bypass learning a JavaScript rendering framework such as React, Vue, or Angular, moving the logic to Python. This web application development book provides you with all the Django tools you need to simplify your developments with real-time results.

Buy the book

Help me keep writing

Every coffee gives me a push toward the next article.

Comments

There are no comments yet.