#!/usr/bin/python # -*- coding: utf-8 -*- class SoftwareEngineer: def __init__(self): self.name = "Lucas Dutra Ferreira do Nascimento" self.pronouns = ["He/Him"] self.age = 26 self.country = "Brazil" self.role = "Software Engineer" self.education = "B.Sc. in Software Engineering from University of Brasilia" self.language_spoken = ["pt_BR", "en_US"] self.technologies = { "programming_languages": ["Python", "C", "C++", "JavaScript", "Golang", "Java",] "frameworks": ["Django", "Flask", "FastAPI", "Express.js",] "devOps": ["Docker🐳", "AWS", "GCP", "Terraform", "GitHub Actions"] "databases": ["PostgreSQL", "MySQL", "Redis", "MongoDB",] "misc": ["Pandas", "Matplotlib", "Jupyter-Notebook", "sklearn",] } self.certifications = ["AWS Cloud Practitioner", "AWS Solutions Architect - Associate",] def welcome(self): print("Appreciate your visit, hope you find some of my work interesting.") me = SoftwareEngineer() me.welcome()Pick a slot if you'd like to meet me and chat about anything - but please describe what we are going to talk about 😅





