Skip to content
View cayusmatias's full-sized avatar
🐍
Coding Python
🐍
Coding Python
Block or Report

Block or report cayusmatias

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

Hi, I'm Cayus a Python enthusiast

🌏 I'm from Brazil.
🎮 In my free time, I love to play Magic the Gathering.

🚀💻 Technologies & Tools

Programming & Frameworks
Python Django Flask PHP JavaScript

Web Automation
Selenium BeautifulSoup

Data Processing
Pandas NumPy PyTorch TensorFlow Keras

Databases
MySQL MariaDB Postgres SQLite Oracle

DevOps & Cloud
Jenkins Docker Oracle Cloud Azure AWS DigitalOcean

Version Control
Git GitHub GitLab

# everyday
def need_coffee(hours_coded):
    if hours_coded > 4:
        return "Definitely need coffee!"
    return "Maybe just one more cup..."
print(need_coffee(5))

🔗 Connect with Me

📞 Get in Touch

📩 Feel free to reach out to me for collaboration opportunities or just to chat!


Pinned Loading

  1. mtg-bip39 mtg-bip39 Public

    Magic BIP-39 Mapper is a project that bridges the world of Magic: The Gathering (MTG) and bitcoin security using the BIP-39 list.

    Python 3

  2. OracleDBManager OracleDBManager Public

    A Python tool designed for managing and interacting with Oracle databases. It offers functionalities for table creation, action execution, and listing of columns/tables. A key feature is its suppor…

    Python 1

  3. Função Python para validar número de... Função Python para validar número de benefício previdenciário NB, bem como NIT e PIS
    1
    import re
    2
    
                  
    3
    def valida_nit_nb(valor):
    4
        """
    5
        Valida um número de NIT/NB (Número de Identificação do Trabalhador).
  4. Função para validar nº CEI Função para validar nº CEI
    1
    import re
    2
    
                  
    3
    def valida_cei(valor):
    4
        """
    5
        Valida um número de CEI (Cadastro Específico do INSS).