#!/usr/bin/python
# -*- coding: utf-8 -*-
class Gustavo:
def __init__(self):
self.name = "Gustavo H. A. Batista"
self.role = "Full Stack Developer"
self.languages_spoken = ["en_US", "pt_BR"]
def say_hi(self):
print("Hello there, feel free to reach out to me at gustavo.ha.batista@gmail.com")
me = Gustavo()
me.say_hi()
Programming Languages:
Frontend:
Databases:
Backend:
Data Engineering:
Tools and Services: