431 - Python 4 Backend Dev
431 - Python 4 Backend Dev
Frontend Development
Backend Development
The frontend sends requests to the backend via HTTP. The backend
processes the request, retrieves or updates data, and sends a response back
to the frontend.
Example:
A web server processes client requests and serves web pages or API
responses. Examples include:
Apache
Nginx
Gunicorn (for Python applications)
Types of Databases
Understanding HTTP
What is an API?