estevaofon / estevaofon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World!👋 I'm Estevao

class SoftwareEngineer:
    def __init__(self):
        self.name = "Estevao Fonseca"
        self.roles = ["Software Engineer", "Book Author", "Python Enthusiast"]
        self.education = "Engineering at Universidade de Brasília"
        self.code_languages = ["Python", "Java", "C", "JavaScript"]
        self.cloud_stack = ["lambda", "step functions", "dynamodb", "S3"]

    def say_hi(self):
        print("Thanks for dropping by!")

me = SoftwareEngineer()
me.say_hi()

📈 My GitHub Stats

Your Name's GitHub stats

Where to find me: 👇🏼


About