What fuels my passion
"Live as if you were to die tomorrow. Learn as if you were to live forever."
– Mahatma Gandhi
# Exploring my world
class Interests:
def __init__(self):
self.tech_focus = ["Software Engineering", "Machine Learning", "Cloud Computing"]
self.hobbies = ["Chess", "Running", "Reading", "Music", "Tech Trends"]
self.book_genres = ["Self-help", "Biographies", "Non-fiction"]
def describe(self):
print(f"My nerdy interests: {', '.join(self.tech_focus)}")
print(f"My not so nerdy interests: {', '.join(self.hobbies)}")
print(f"My favorite reads: {', '.join(self.book_genres)}.")
my_interests = Interests()
my_interests.describe()
My interests span across both tech and personal passions! In the world of technology, I'm fascinated by Software Engineering—working primarily with Java, Python, and JavaScript. I’ve recently discovered a love for Cloud Computing and plan to dive into Machine Learning soon!
Beyond the code, I enjoy activities that keep my mind and body sharp. Chess is my go-to for strategy, while running keeps me focused and energized. I’m also a big fan of reading (mainly self-help, tech, biographies, and other non-fiction genres), and I make it a habit to stay updated with the latest tech trends. Lastly, I can’t resist the magic of live music—it’s an experience like no other!
Tech, strategy, growth, and fun—there’s always something to keep my mind and body moving!