Skip to content

Commit 6605d45

Browse files
authored
README.md
1 parent b6cb9d1 commit 6605d45

File tree

1 file changed

+57
-2
lines changed

1 file changed

+57
-2
lines changed

README.md

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,57 @@
1-
# project-python
2-
There are some python projects which I code under the guidance of Angela Yu, Haris Ali Khan (aka Code with harry) and more.
1+
## About Me
2+
3+
"Hello, I'm Ansh Gupta, a dedicated Python developer on a journey to learn and create meaningful projects. My coding adventure has been shaped by the guidance and mentorship of experienced professionals in the field of programming.
4+
5+
## Mentors and Inspirations
6+
7+
- **Angela Yu:** Angela Yu's comprehensive Python courses and tutorials have been instrumental in my learning journey. Her clear explanations and hands-on projects have enabled me to grasp essential Python concepts and apply them to real-world applications.
8+
9+
- **Haris Ali Khan (aka Code with Harry):** Haris Ali Khan's programming tutorials and insights have provided me with valuable knowledge and inspired me to take on challenging projects. His practical approach to coding has been a significant influence on my work.
10+
11+
## My Coding Philosophy
12+
13+
-I prioritize writing honest and efficient code in all my projects, fostering a commitment to craftsmanship.
14+
-My passion for continuous learning fuels my enthusiasm for exploring Python libraries and technologies.
15+
-Open-source contributions are where I channel my dedication and keep expanding my skill set.
16+
17+
## Projects
18+
19+
### 1. BMI Calculator
20+
- **Description:** A BMI calculator that calculates Body Mass Index based on user inputs (weight and height).
21+
- **Topics:** Basic input/output, calculations.
22+
23+
### 2. Game-Rock, Paper, Scissors
24+
- **Description:** A simple Rock, Paper, Scissors game where you can play against the computer.
25+
- **Topics:** Conditional statements, user input.
26+
27+
### 3. Heads or Tails
28+
- **Description:** A coin-flip game that randomly selects 'Heads' or 'Tails' when you play.
29+
- **Topics:** Random number generation, conditional statements.
30+
31+
### 4. Life Expectancy Calculator
32+
- **Description:** A calculator that estimates life expectancy based on user inputs (age, lifestyle, etc.).
33+
- **Topics:** Complex calculations, user input.
34+
35+
### 5. Love Calculator
36+
- **Description:** A fun project that calculates a 'love percentage' based on user inputs (names).
37+
- **Topics:** String operations, randomization.
38+
39+
### 6. Password Generator Project
40+
- **Description:** A password generator that creates strong, random passwords for various uses.
41+
- **Topics:** Randomization, string operations.
42+
43+
### 7. Pizza Order Script
44+
- **Description:** A script to simulate ordering pizza with various toppings and sizes.
45+
- **Topics:** Functions, conditional statements.
46+
47+
### 8. Reminder App
48+
- **Description:** An application for setting and managing reminders and alerts.
49+
- **Topics:** Functions, while loops, plyer library.
50+
51+
### 9. Tip Calculator
52+
- **Description:** A calculator that calculates tips based on the bill amount and service quality.
53+
- **Topics:** Calculations, user input.
54+
55+
### 10. Treasure Mapping
56+
- **Description:** A fun project that generates a 'treasure map' for a treasure hunt.
57+
- **Topics:** Lists, randomization."

0 commit comments

Comments
 (0)