Skip to content
View ViniViniAntunes's full-sized avatar

Block or report ViniViniAntunes

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
ViniViniAntunes/README.md

Profile

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

@viniantunes's Holopin board


Visitor's count 👀

ViniViniAntunes :: Visitor's Count

Pinned Loading

  1. ViniViniAntunes.github.io ViniViniAntunes.github.io Public

    Minha página

    Jupyter Notebook

  2. Prevendo_Valor_de_Aluguel_em_SP Prevendo_Valor_de_Aluguel_em_SP Public

    Data 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

  3. Alura_Challenges_BI Alura_Challenges_BI Public

    Repositório destinado à compartilhar os projetos relacionados ao Alura Challenges BI. #alurachallengebi

    1 1

  4. Corretor_Ortografico_NLP Corretor_Ortografico_NLP Public

    Um corretor ortográfico usando Python

    Jupyter Notebook 9 5

  5. Praticando_Web_Scrap Praticando_Web_Scrap Public

    Alguns códigos onde pratico essa maravilhosa arte.

    Jupyter Notebook 4 1