Skip to content
View VianaArthur's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report VianaArthur

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

Hey, I'm Arthur Viana 👋🏾

💻 Personal Website -> Arthur Viana

👨🏽‍💻 Tech Lead at Actio

Linkedin: arthur-viana GitHub Arthur

#!/usr/bin/python
# -*- coding: utf-8 -*-

class ArthurViana:
  def __init__(self):
      self.name = "Arthur Viana"
      self.role = "Tech Lead"
      self.hobbies = "Musical Instruments & Video Games"
      self.location = "Brazil"

me = ArthurViana()

⚙️ Technologies & Tools

Pinned Loading

  1. python-for-beginners python-for-beginners Public

    Este tutorial foi criado para quem tem conhecimentos básicos de programação e está interessado em aprender Python pelo nível mais básico.

    Jupyter Notebook 1

  2. whatsapp-automation whatsapp-automation Public

    Automatizando o envio de mensagens e arquivos no WhatsApp com Python.

    Python 5 4

  3. expense-tracker expense-tracker Public

    Aplicação em React para acompanhar despesas e gastos.

    JavaScript 1

  4. movie-seat-booking movie-seat-booking Public

    Aplicação simples para marcar assentos de cinema utilizando JavaScript puro.

    HTML

  5. youtube-scrapper youtube-scrapper Public

    Buscando informações de canais no YouTube com Python.

    Python 1

  6. clean-code-python clean-code-python Public

    Conceitos de Clean Code (código limpo) na aplicação Python.

    Python 1