Information Experiences
-
Data Modelling and Spreadsheets
Below are some techniques that are suitable for projects at different NCEA levels for Data Modelling and spreadsheets. Basic (Level 1) Advanced…
-
Image Manipulation
Below are techniques used as part of other projects. They are not sufficient as a standalone Project. Basic (Level 1) Photos Vector…
-
Web Design
Below are examples of techniques for web Design. Basic (Level 1) Advanced (Level 2) Complex (Level 3)
-
Information Experiences, Interactive Experiences, Phase 4, Phase 5, Projects, Time-based ExperiencesAuthentic Digital Project Contexts
There are three categories for digital media Project outcomes and authentic contexts. You will complete a Project based on one of these…
-

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…


