After 90 min: A webpage with buttons, forms, and interactive elements that respond to user actions
Write Your First Python Script
After 90 min: A working Python program that solves a real problem
What you need
The 90-Minute Plan
Install Python 3 and choose a text editor like VS Code. Verify installation by running 'python --version' in terminal.
Understand variables, data types, and basic operations. Write a simple program that stores your name and age, then prints them.
Create a program that takes two numbers as input and performs addition, subtraction, multiplication, and division.
Use if/else statements to make your calculator choose operations. Handle edge cases like division by zero.
Run your calculator, test it with different inputs, and share the code. Next: explore loops and functions.
Start small and test frequently. Print output at each step to see what's happening.
You might also try
After 90 min: A reusable library of UI components for your projects and team
After 90 min: A live webpage about your interests visible in a browser
After 90 min: An automated spreadsheet that calculates and analyzes data without manual work