Skip to content
View Artpdro's full-sized avatar

Block or report Artpdro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Artpdro/README.md

Arthur Pedro


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()

Arthur-Python Arthur-Mysql Arthur-HTML Arthur-CSS


Popular repositories Loading

  1. Dashboard-IBGE-BancoCentral Dashboard-IBGE-BancoCentral Public

    Dashboard made in power bi to analyze data taken directly from ibge and the Banco Central

    Jupyter Notebook 1

  2. Desafio-Gupy-Ribeirao-Preto Desafio-Gupy-Ribeirao-Preto Public

    Python

  3. Desafio-Gupy-Sao-Paulo Desafio-Gupy-Sao-Paulo Public

    Python

  4. jogo-21 jogo-21 Public

    Python

  5. FastAPI-Pydantic-e-SQLAlchemy FastAPI-Pydantic-e-SQLAlchemy Public

    Python

  6. llm llm Public

    Forked 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