Table of Contents


Introduction

This workshop takes you beyond IS1704, into how Python Language can be used in web development.

Introduction to Java Programming for High School  Presentation.jpg

You’ll learn how to connect Python to a website by creating a simple pokemon card holder website using the following Python libraries:

In this workshop you will learn the following:

Topic Tool What You’ll Build
Intro to Web Development Flask, HTML, CSS Pokemon Webpages & Handling Simple JSON database
HTML Inheritance Jinja2 Dynamic Webpages

Pre-requisites

Instructions

Step 1: Setting up Python Environment

Create a new folder called my_flask_app . Then follow create a virtual environment as shown below.

<aside> 💡

Note: Your commands might be python or python3, pip or pip3 depending on how your python cml is setup in your laptop

</aside>