Vatnala Shiva Prasad's repositories
Day-1-Python
Concatinating two strings with a number
Day-10-Python
BlackJack Game
Day-11-Python
Number Guessing Game
Day-12-Python
Higher Lower Game
Day-2-Python
1. Adding two Numbers, 2. Basic BMI Calculator, 3. Life in Weeks, 4. Tip Calculator
Day-3-Python
Projects: 1. even or odd, 2. Advance BMI Calculator, 3. Leap Year or Not, 4. Roller coaster ride, 5. Pizza Order Program, 6. Find Movie Seat Number
Day-4-Python
1. Heads or Tails 2. Select-Random-Person 3. Mark-'X'- on-map 4. Rock, Paper, Scissors Game
Day-5-Python
1. Find the avg of students heights 2. Find the Highest score 3. Fizz Buzz Game 4. Generate Random Password
Day-6-Python
Hangman Project
Day-7-Python
1. how many paint buckets needed to buy, 2. Check Prime number or not, 3. Print prime numbers, 4. Caesar Cipher Project
Day-8-Python
1. Dictionary methods and Loops, 2. Convert Scores to Grades, 3. Print Days in month, 4. Basic Calculator
Day-9-Python
secret auction
instagram-database-project
A database clone of Instagram showcasing my SQL skills and database design proficiency. Includes tables for users, photos, likes, comments, tags, and follows. Implements essential functionalities and relationships for a social media platform.
Snake-Game
A Python-based implementation of the classic Snake game using the Turtle graphics library. Control the snake, eat food, and avoid collisions to grow your score. An entertaining showcase of Python's simplicity in game development.