Building Full CRUD Rest API's with Flask & FastAPI using PsychoPG2
A tutorial on building full CRUD REST APIs using Flask and FastAPI with the Psycopg2 PostgreSQL adapter, comparing it to ORMs.
A tutorial on building full CRUD REST APIs using Flask and FastAPI with the Psycopg2 PostgreSQL adapter, comparing it to ORMs.
A summary of a Kiwi PyCon talk on implementing middleware patterns for Flask, Django, WSGI, FastAPI/ASGI, and gRPC applications.
A tutorial on building an appointment booking system using Twilio's WhatsApp API, Notion for data storage, and FastAPI for backend logic.
A tutorial on building a full CRUD API using Python frameworks Flask and FastAPI, following RESTful conventions.
A beginner's guide to building web APIs with the FastAPI framework, covering setup, routing, and handling URL parameters and queries.
A tutorial on extending a FastAPI web app with HTML forms to add checkbox functionality and a file download button.
A tutorial on building a web application with HTML forms and templates using the FastAPI framework and Jinja templating engine.