class Keiner:
def __init__(self):
self.name = "Keiner Zuñiga Romero"
self.role = "Software Developer"
self.education = "Systems Engineering Student"
self.location = "Colombia 🇨🇴"
self.interests = ["AI & Machine Learning", "Data Science", "Backend Development"]
self.currently_learning = ["Advanced Python","Data Science", "Machine learning"]
def get_daily_routine(self):
return {
"code": "Python, Django, FastAPI",
"explore": "Data Analysis & Visualization",
"build": "Automation Solutions",
"dream": "AI-powered applications"
}
⭐ From K31NER