constnirmit={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. 😄
classDeveloper:
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"]
defsay_hi(self):
print("Thanks for dropping by! Let's connect and build something amazing together!")
me=Developer()
me.say_hi()
