Flask
-

Building a Web App with Flask & SQLite
Building a web application with Flask, Python, and SQLite is an excellent way to understand how backend architectures interact with a relational…
-

Flask | Adding Images
Displaying images in a Flask application follows the exact same logic as linking external CSS files. Because Flask manages paths dynamically, you…
-

Flask | Adding Styles with CSS
Serving Static files like CSS stylesheets in a web framework is slightly different from doing it in pure HTML. Because Flask manages…
-

Flask | Template Inheritance
In Flask, template inheritance is one of the most powerful features of the Jinja2 template engine. It allows you to create a…
-

Setting up a Flask Website
1. Install Flask Click Terminal and then Run Terminal 2. Type pip install flask Click the terminal Window Type pip install flask…


