class RishitAgrawal:
def __init__(self):
self.variables = {
'name': 'rishit',
'age': 19,
'school': 'purdue university',
'major': 'computer science',
'hobbies': 'coding, robotics, martial arts',
'languages': 'english, hindi, spanish, marwari'
}
self.social = {
'github': '@RishitAgrawal06',
'linkedin': '[rishit agrawal](https://www.linkedin.com/in/rishit-agrawal/)',
'instagram': '@rishit.agrwl06',
'contact': '[email protected]',
}
def description(self):
for index, value in enumerate(self.variables.values()):
if index == 0:
print(f"__ hi, i'm {value} __")
elif index == 1:
print(f'age: {value}')
elif index == 2:
print(f'school: {value}')
elif index == 3:
print(f'major: {value}')
elif index == 4:
print(f'hobbies: {value}')
elif index == 5:
print(f'languages: {value}')
def social_media(self):
print('\n__ social media & contact __')
for index, value in enumerate(self.social.values()):
if index == 0:
print(f'github: {value}')
elif index == 1:
print(f'linkedin: {value}')
elif index == 2:
print(f'instagram: {value}')
else:
print(f'contact: {value}')
if __name__ == '__main__':
rishit = rishitagrawal()
rishit.description()
rishit.social_media()- 👋 Hi, I’m @RishitAgrawal06
- 👀 I’m interested in full-stack programming and am pursuing a degree in Computer Science @ Purdue University!
- 🪟 Currently working alongside a team from Microsoft (Mojang Studios) on a creator assistive development platform.
- 🤖 Previously interned as a Software Development Intern at Amazon AWS (Amazon Web Services) working on Amazon Quick Suite.
- 📏 I have also interned as a GenAI Technical Advisor for Software at Scale AI throughout the Spring 2025 semester.
- 🧑💻 I am interested in AI/ML + computer vision research (Google Scholar), spending time to create applications/products, and solving issues.
- 📫 How to reach me on email: [email protected]


