Front-end Python is only half the language. This course moves you to the server side, showing how the same syntax you already know can power a working web backend and JSON API instead of just scripts and small tools.
What the course covers
- Setting up a Python web server from scratch
- Designing and shipping your own services and APIs
- Reading from and writing to a database as part of a real application
- Adding load balancing so a service can handle more traffic
- Using Jupyter notebooks for interactive, exploratory work alongside your backend code
The throughline is practical: rather than theory about microservices, you build the pieces — server, API, data layer, scaling strategy — that let a Python developer credibly call themselves a backend developer too.