class DataScientist:
def __init__(self):
self.name = "Sebastian D. Pinzón Zambrano"
self.role = "Data Scientist & ML Engineer"
self.location = "Colombia 🇨🇴"
self.languages = ["Python", "R", "SQL", "C++"]
self.tools = ["TensorFlow", "Sklearn", "Docker",
"AWS", "GCP", "Power BI", "Tableau"]
self.passion = "Turning chaos into clarity"
self.motto = "Data is the new oil — I refine it."
def current_focus(self):
return [
"⬡ Advanced Machine Learning Models",
"⬡ Deep Learning Architectures",
"⬡ Data Storytelling & Visualization",
"⬡ Statistical Inference & Causal AI"
]
def __str__(self):
return f"Scientist. Engineer. Strategist."
me = DataScientist()
print(me) |
— Data Science & Machine Learning —
— Infrastructure & Engineering —
— Visualization & Development —
"The universe is written in the language of mathematics — I choose to read it."
— S. D. Pinzón Zambrano