Skip to Content
Nextra 4.0 is released 🎉
ReferenceProject GuidesProject 1: Environmental Tracker

Project 1: Environmental Tracker

For this project, you’ll create a simple Python program to track your environmental impact, focusing on the water used for showers. You’ll get introduced to basic Python concepts like input/output, variables, constants, and simple calculations.


Stage 1: Input and Output

Learning focus

Get comfortable with capturing user input and displaying output.

Tasks

Topics covered: User Input, Output


Stage 2: Constants and Calculations

Learning focus

Know when to use constants and perform basic calculations.

Tasks

Topics covered: Variables, Calculations with Numbers, Type Conversions


Stage 3: Formatting Output

Learning focus

Learn how to format output for better readability.

Tasks

Topics covered: String Formatting


Stage 4: Project Completion

Tasks

Last updated on