Skip to content

Commit ccf527e

Browse files
authored
Update README.md
1 parent 7ab28c3 commit ccf527e

1 file changed

Lines changed: 30 additions & 2 deletions

File tree

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# python-projects
2-
Collection of my Python projects
1+
# My Python Projects
2+
This is a collection of my first Python projects. Each file is a separate mini-program that demonstrates my basic knowledge in Python programming.
3+
4+
## Project Descriptions
5+
1. **User Info App**
6+
The program accepts the user's name, nickname, phone number, and prints a greeting.
7+
8+
2. **Simple Calculator**
9+
The program allows the user to add, subtract, multiply, or divide two numbers entered by the user.
10+
11+
3. **List Operations**
12+
Creating, editing, merging, and displaying lists.
13+
14+
4. **List + Add Method**
15+
The same as above but using the __add__() method for list concatenation.
16+
17+
5. **Dictionary Access**
18+
Working with a dictionary — retrieving values by keys (e.g., price or brand).
19+
20+
6. **Set Intersection**
21+
Set intersection, adding values, and converting to a list.
22+
23+
7. **Conditions & Loops**
24+
Examples of if, elif, else, for, while loops, and value checks.
25+
26+
8. **Football Player Stats**
27+
Dictionaries with football player data: calculating averages, updating statistics, and adding a new player.
28+
29+
## Author
30+
**Qvispe**, 16

0 commit comments

Comments
 (0)