13. Ending

Now you can manage any SQL database, although it is not the end, you can keep learning. There are many concepts you can work on:

  • Learn DDL, Data Definition Language, to create, modify and delete tables.
  • Triggers, to run actions automatically when a condition is met.
  • Some ORM, Object-Relational Mapping, like SQLAlchemy to work with databases more easily.
  • Get into a more advanced relational database like PostgreSQL.
  • NoSQL, Not Only SQL, to work with non-relational databases.
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.