class Sajeer:
def __init__(self):
self.name = "Sajeer F M"
self.role = "Full Stack Developer"
self.education = "CS Student"
self.location = "Tamil Nadu, India 🇮🇳"
self.stack = ["Django", "Python", "MySQL"]
self.interests = ["Web Apps", "AI Systems"]
self.available = True # Open to internships!
def say_hi(self):
print("Thanks for visiting!")
me = Sajeer()
me.say_hi()- 🔭 Currently building full-stack Django projects
- 🌱 Learning backend architecture & cloud deployment
- 💡 Passionate about AI-powered web systems
- 🤝 Open to internships & collaborations
- ⚡ Fun fact: I debug with
print()and I'm not ashamed



