Past Lesson Note

This note is from 8 months ago. You're viewing content from a previous lesson.

Daily Note for October 7, 2025 Past Lesson

At the start of every class, please:

Make sure you are working from your programming folder
Make sure your python virtual environment is activated
Make sure you can access our test template at 127.0.0.1:5000

  1. All of you are going to create a program that solves a problem. 
  2. Please download this folder (again) https://github.com/bmackenty/25-26-9th-grade
  3. Please work from the "solution_template_project_one" folder
  4. Please create a virtual environment (python3 -m venv venv)
  5. Please activate the virtual environment (source /venv/bin/activate)
  6. Please install flask (pip3 install flask)
  7. Please ensure you are working on the correct folder - solution_template_project_one
  8. Please start the app by clicking the execute button when app.py is open.