#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Ana Clara Cavalcante"
self.role = "Software Engineer"
self.language_spoken = ["pt_BR", "en_US"]
self.goal = "Create solutions to improve people's life"
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
slightly dizzy
- Brazil
Popular repositories Loading
-
validate-docbr
validate-docbr PublicForked from alvarofpp/validate-docbr
Pacote Python para validação de documentos brasileiros
Python 1
-
-
-
-
pyladies
pyladies PublicForked from pyladies/pyladies
PyLadies is a group of women who use and love the Python programming language. Our goal is to expand the local Python community to be 50% women.
JavaScript
-
sklearn_transforms
sklearn_transforms PublicForked from ClarisseAlvarenga/sklearn_transforms
Python
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.