This is a collection of my first Python projects. Each file is a separate mini-program that demonstrates my basic knowledge in Python programming.
-
User Info App The program accepts the user's name, nickname, phone number, and prints a greeting.
-
Simple Calculator The program allows the user to add, subtract, multiply, or divide two numbers entered by the user.
-
List Operations Creating, editing, merging, and displaying lists.
-
List + Add Method The same as above but using the add() method for list concatenation.
-
Dictionary Access Working with a dictionary — retrieving values by keys (e.g., price or brand).
-
Set Intersection Set intersection, adding values, and converting to a list.
-
Conditions & Loops Examples of if, elif, else, for, while loops, and value checks.
-
Football Player Stats Dictionaries with football player data: calculating averages, updating statistics, and adding a new player.
Qvispe, 16