class ViniAntunes:
def __init__(self):
self.username = 'ViniViniAntunes'
self.name = 'Vini Antunes'
self.web = 'https://viniviniantunes.github.io/'
self.education = 'Physics - Institute of Physics at the University of São Paulo (USP)'
self.knowledges = {
'code': ['Python', 'JavaScript', 'SQL', 'HTML', 'CSS', 'Java'],
'database': ['Snowflake', 'BigQuery'],
'libs': ['pandas', 'requests', 'BeautifulSoup', 'numpy', 'matplotlib', 'seaborn', 'sklearn'],
'tools': ['Jupyter', 'Databricks', 'QuickSight', 'GitHub', 'Appsflyer', 'DataStudio', 'VSCode', 'Dataform'],
'others': ['Physics', 'Math', 'Teach', 'Data Analysis']
}
def __str__(self):
return self.name
def greetings(self):
print(f"Hi there, my name is {self.name}")
print(f"I'm graduated in {self.education.split(' - ')[0]} in {self.education.split(' - ')[1]}")
print(f"You can find more about me in {self.web}")
if __name__ == '__main__':
me = ViniAntunes()
me.greetings()
Data Engineer.
- São Paulo - SP - Brazil
- https://viniviniantunes.github.io/
Pinned Loading
-
-
Prevendo_Valor_de_Aluguel_em_SP
Prevendo_Valor_de_Aluguel_em_SP PublicData app que prevê o valor de aluguel na cidade São Paulo dado algumas variáveis como bairro, área do imóvel, número de quartos, quantidade de suítes e vagas de garagem
Jupyter Notebook 1
-
Alura_Challenges_BI
Alura_Challenges_BI PublicRepositório destinado à compartilhar os projetos relacionados ao Alura Challenges BI. #alurachallengebi
-
Corretor_Ortografico_NLP
Corretor_Ortografico_NLP PublicUm corretor ortográfico usando Python
-
Praticando_Web_Scrap
Praticando_Web_Scrap PublicAlguns códigos onde pratico essa maravilhosa arte.
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.