class ContinuousLearner():
def __init__(self):
self.name = "Cristian Chitiva";
self.username = "cychitivav";
self.location = "Bogotá, Colombia";
self.education = {
"Bachelor's Degree": ['Mechatronics Engineer', 'Universidad Nacional de Colombia']
}
if __name__ == '__main__':
me = ContinuousLearner()
- 👯 I'm contributing to ROS2 Documentation.
- 🤔 I'm looking to collaborate on FastAPI project.
- 😄 Pronouns: He/Him
- 🌱 I'm currently learning Machine Learning and Deep Learning.
- 🔭 I'm currently working on implementing control algorithms.