Skip to content
View raytrin's full-sized avatar

Highlights

  • Pro

Block or report raytrin

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
raytrin/README.md

Hi, I'm Rayssa Trindade!

Tech Student | Systems Analysis and Development at FGV

LinkedIn


A little more about me...

class RayTrin:
    def __init__(self):
        self.name = "Rayssa"
        self.background = "Ex-student of Law"
        self.current_focus = ["Python", "SQL", "Data Engineering", "MongoDB", "APIs", "Data Pipelines"]
        self.learning_path = "Studying Systems Analysis and Development at FGV"
        self.why_tech = (
            "I was looking for more freedom, creativity, and the ability to build things that truly matter.")

    def __str__(self):
        return f"{self.name} is learning to code and building her dream life!"

    def say_hi(self):
        return "If you want to say hi, I’ll be happy to connect! :)"

ray = RayTrin()
print(ray)
print(ray.say_hi())

Pinned Loading

  1. habits-garden habits-garden Public

    App de planejamento semanal

    Python

  2. hackerrank-solutions hackerrank-solutions Public

    Soluções organizadas de desafios do HackerRank em Python e SQL para prática e portfólio.

    Python

  3. miracle_messages miracle_messages Public

    Script em Python que envia mensagens por email diariamente.

    Python

  4. raytrin raytrin Public

  5. catalogador-livros catalogador-livros Public

    Automatiza a catalogação de livros a partir de um CSV e envia para uma planilha no Google Sheets usando Python.

    Python

  6. spotify-data-analysis spotify-data-analysis Public

    Análise Exploratória de Dados do Spotify para traçar o perfil musical de uma usuária.

    Jupyter Notebook