#!/usr/bin/python# -*- coding: utf-8 -*-classSoftwareEngineer:
def__init__(self):
self.name="Eddy Decena"self.spoken_languages= ["es_ES", "en_US"]
self.roles= ["Machine Learning Engineer", "DevOps Engineer", "Cloud Engineer"]
self.main_skills= ["Machine Learning", "Cloud Architecture", "DevOps", "Automaization"]
self.architectures= ["Serverless", "Microservices"]
@classmethoddefsay_hi(cls):
print("Hello World! I'm a software engineer passionate about share knowledge and open-source.")
me=SoftwareEngineer()
me.say_hi()- 🔭 I’m currently doing some machine learning at @opticrd
- 🌱 I’m currently learning Golang
- 👯 I’m looking to collaborate on HuggingFace
- 💬 Ask me about Machine Learning in the cloud
- ⚡ Fun fact:
- Anime and video game fan
- Fast learner




