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

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 |
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>