A dynamic tech enthusiast with a strong foundation in Data Science and Artificial Intelligence, currently advancing my expertise through a Master’s in Information Systems at Northeastern University.
-
🌱 I’m currently learning TypeScript, FireBase, Software Engineering
-
👨💻 Take a small peak on my portfolio https://hotragn-portfolio.netlify.app/
-
📝 I regularly write articles on [https://medium.com/@hotragn.vaishyas, https://pettugani.hashnode.dev/data-science-riding-the-wave-of-innovation]
-
📫 How to reach me pettugani.h@northeastern.edu
def pursue_goal(goal, max_attempts):
for _ in range(max_attempts):
analyze_situation()
adapt_strategy()
implement_changes()
if goal_achieved(goal):
return True
return False
desired_outcome = "∞"
success = pursue_goal(desired_outcome, ∞)