class Arthur():
def __init__(self):
self.name = "Arthur Pedro"
self.username = "ArtPdro"
self.location = "Recife, Pernambuco"
self.email = "[email protected]"
self.hardskill = "Python, Pandas, MySQL, HTML, CSS"
def __str__(self):
return self.name
if __name__ == '__main__':
me = Arthur()
Student
- Recife
-
23:43
(UTC -03:00) - https://github.com/Artpdro
- in/arthurpedrodev
Popular repositories Loading
-
Dashboard-IBGE-BancoCentral
Dashboard-IBGE-BancoCentral PublicDashboard made in power bi to analyze data taken directly from ibge and the Banco Central
Jupyter Notebook 1
-
-
-
-
-
llm
llm PublicForked from RonierisonMaciel/llm
Este projeto utiliza o GPT4All para interpretar e responder perguntas sobre um banco de dados SQLite. Ele permite que os usuários consultem informações de forma natural, sem precisar escrever SQL m…
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.