Currently studying Software Engineering at Universidade de Brasília, I'm always looking for new challenges and opportunities to learn something new. Passionate about Competitive Programming, I'm preparing for the ICPC and in order to do so, I take place in some on-site and on-line contests.
class SoftwareEngineer:
def __init__(self):
self.name = "Caio Felipe"
self.role = "Software Engineer"
self.languages_spoken = ["pt_BR", "en_US"]
self.interests = ["Competitive Programming", "Software Development", "Artificial Intelligence"]
self.languages = ["Python", "C", "C++", "Java"]
self.technologies = ["Django", "Django REST API"]
self.databases = ["PostgreSQL", "MySQL"]
self.learning = ["Algorithms", "Data Structures"]
def wave(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.wave()