class Developer:
def __init__(self):
self.username = "scriptsledge"
self.education = "BTech in AI & Machine Learning"
self.currently_learning = ["Advanced Web Dev", "ML Algorithms", "Cloud Computing"]
self.interests = ["AI Research", "Creative Coding", "Problem Solving", "Fitness"]
self.looking_for = "Collaborative AI & Web Projects"
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together.")
me = Developer()
me.say_hi()- π Diving deeper into AI and Machine Learning
- π Building smart web-based tools & integrations
- π§ Solving problems & sharpening DSA skills
- π‘ Exploring emerging tech & ideas
