Real Python Tutorials
Build a JavaScript Front End for a Flask API
Most modern websites are powered by a REST API. That way, you can separate the front-end code from the back-end logic, and users can interact with the interface dynamically. In this step-by-step tutorial, you'll learn how to build a single-page Flask web application with HTML, CSS, and JavaScript.
Feb 01, 2023 api flask front-end intermediate projects web-dev
Explore Real Python
Using the Terminal on Linux
Jan 31, 2023 basics
Using the Terminal on macOS
Jan 10, 2023 basics
Build Cross-Platform GUI Apps With Kivy
Jan 03, 2023 front-end gui intermediate