// resources

Resources

// Exercise
username_generator.py
Your first mini project. Build a username generator using input, string methods, and slicing — three parts, increasing …
[ download ]
// Exercise
temperature_converter.py
Convert Celsius to Fahrenheit and back. Three parts — basic conversion, reverse, and an optional Kelvin challenge.
[ download ]
// Exercise
bmi_calculator.py
Calculate your BMI and find out what it means. Three parts — basic formula, category, and a full summary challenge.
[ download ]
// Exercise
password_validator.py
Every requirement is a bool. Build a password validator — from basic rules to military-grade, and connect it to your us…
[ download ]