const nirmit = {
name: "Nirmit Angane",
role: "3rd Year Student π",
education: "Currently pursuing Diploma in AI & ML",
experience: "3+ years of coding π»",
passions: ["Python Developer π", "Problem Solving π§©", "AI/ML π€"],
currentFocus: ["DSA π", "AI / ML Development π¨", "Open Source π"],
lifePhilosophy: "Code. Learn. Repeat. β»οΈ"
};- π I'm a 3rd year student pursuing Diplome in AI & ML
- π± Currently learning Python, Java, Web Development, and DSA
- π‘ Passionate learner who's always willing to learn and work across technologies
- π― I love to explore new technologies and leverage them to solve real-life problems
- πΌ Currently into Python Development and working on my Data Structures and Algorithms skills
- π« Reach me: nirmitangane@gmail.com
- β‘ Fun fact: In Python, whitespace matters more than your feelings. π
class Developer:
def __init__(self):
self.name = "Nirmit Angane"
self.role = "Aspiring Software Developer"
self.language_spoken = ["hi_IN", "en_US"]
self.code = ["Python", "Java", "JavaScript", "C"]
self.tools = ["Next.js", "JQuery", "Git", "VS Code"]
def say_hi(self):
print("Thanks for dropping by! Let's connect and build something amazing together!")
me = Developer()
me.say_hi()
