// resources
Resources
All
|
Cheatsheet
Code Example
Exercise
Template
Other
Achievement
|
Basics
Control Flow
Functions
Data Structures
Modules & Packages
Projects
Object-oriented programming
|
↑ oldest first
↓ newest first
// Exercise
username_generator.py
Your first mini project. Build a username generator using input, string methods, and slicing — three parts, increasing …
// Exercise
temperature_converter.py
Convert Celsius to Fahrenheit and back. Three parts — basic conversion, reverse, and an optional Kelvin challenge.
// Exercise
bmi_calculator.py
Calculate your BMI and find out what it means. Three parts — basic formula, category, and a full summary challenge.
// 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…