👉 My Resume
👉 My Kaggle Portfoil
class WhoAmI:
user = 'Carlos Eduardo'
current_position = 'Computer Science Student at Cesar School'
def aboutMe():
return 'Currently, I am in the 5th semester of Computer Science at CESAR School \
and I am seeking professionalization in the area of data engineering, data analyses \
and visualization, data banks and artificial intelligence!'
def getCity():
return 'Recife_Pernambuco'
def myGithub():
return "My github is being used for code, studies and researches of different computer\
languages and frameworks. Also develop personal projects and go deeper with my knowledge in CS."