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()
๐
Python powered
Software Engineer and author of the book Python Direto ao Ponto ๐
-
TOTVS
- Brazil
- https://pythondiretoaoponto.com/
Popular repositories Loading
-
angry-birds-python
angry-birds-python PublicAngry Birds game written in python using pygame and pymunk
-
-
python_direto_ao_ponto
python_direto_ao_ponto PublicRepositรณrio para os projetos do Livro Python Direto ao Ponto
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.