class KaueSouza:
def __init__(self):
self.name = "Kauê Souza"
self.role = "Python Developer"
self.location = "Brasil 🇧🇷"
self.focus = ["Development", "Python", "Projects"]
self.learning = ["Cloud", "Architecture", "Statistics"]
self.contact = "kauekaue960@gmail.com"
def current_mission(self):
return "Building real projects, one commit at a time 🔨"
def fun_fact(self):
return "I debug with coffee ☕ and fix bugs with curiosity 🕵️"
me = KaueSouza()
print(me.current_mission())| 🔭 Projeto | 📄 Descrição | 🛠️ Stack |
|---|---|---|
| studying-python | Jornada completa de aprendizado em Python desde o início | Python HTML |
| datascience-um | Curso pela Universidade de Michigan (Coursera) | Python Jupyter |
| proj-data-analysis2 | Análise de dados de vendas da Amazon com insights estratégicos | Python Pandas Jupyter |


