🐍
Python Basics
4 projects
Build real Python projects — games, converters, calculators, and text processing tools.
- 1
Number Guessing Game
Build a command-line number guessing game in Python. The computer picks a secret number and the player guesses until they get it right, with higher/lower hints.
Beginner~15 min - 2
Temperature Converter
Build a set of Python functions to convert between Celsius and Fahrenheit, plus a command-line interface that uses them. Practice functions, parameters, and f-strings.
Beginner~10 min - 3
Simple Calculator (Python)
Build a command-line calculator in Python that takes two numbers and an operator and prints the result. Practice functions, conditionals, and error handling.
Easy~20 min - 4
Text Counter
Build a Python script that counts characters, words, and lines in a block of text. Practice string methods, splitting, and len().
Easy~15 min