"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.
-
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.
-
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.
-I prioritize writing honest and efficient code in all my projects, fostering a commitment to craftsmanship. -My passion for continuous learning fuels my enthusiasm for exploring Python libraries and technologies. -Open-source contributions are where I channel my dedication and keep expanding my skill set.
"Please note that all my projects are hosted on my Replit account at https://replit.com/@techbire, where you can explore a broader collection of Python code. I encourage you to visit and explore the repository for additional Python projects."
- Description: A BMI calculator that calculates Body Mass Index based on user inputs (weight and height).
- Topics: Basic input/output, calculations.
- Description: A simple Rock, Paper, Scissors game where you can play against the computer.
- Topics: Conditional statements, user input.
- Description: A coin-flip game that randomly selects 'Heads' or 'Tails' when you play.
- Topics: Random number generation, conditional statements.
- Description: A calculator that estimates life expectancy based on user inputs (age, lifestyle, etc.).
- Topics: Complex calculations, user input.
- Description: A fun project that calculates a 'love percentage' based on user inputs (names).
- Topics: String operations, randomization.
- Description: A password generator that creates strong, random passwords for various uses.
- Topics: Randomization, string operations.
- Description: A script to simulate ordering pizza with various toppings and sizes.
- Topics: Functions, conditional statements.
- Description: An application for setting and managing reminders and alerts.
- Topics: Functions, while loops, plyer library.
- Description: A calculator that calculates tips based on the bill amount and service quality.
- Topics: Calculations, user input.
- Description: A fun project that generates a 'treasure map' for a treasure hunt.
- Topics: Lists, randomization."
- Description: A tool for randomly selecting who will pay the bill in a group meal.
- Topics: Randomization, conditional statements.
- Description: A classic word-guessing game where the player attempts to guess a hidden word letter by letter. The player has a limited number of incorrect guesses before the game ends.
- Topics: String manipulation, random word selection, user input, conditionals, loops.