Pinned Repositories
calcula_frete_correios
Calculates the shipping cost from an origin ZIP code to multiple destination ZIP codes using the Correios Brasil web service. Args: origin_zip (str): The origin ZIP code. destination_zips (list): A list of destination ZIP codes. Returns: dict: A dictionary mapping each destination ZIP code to its corresponding
crawler_anitube
This crawler runs on a Brazilian anime site and returns you a list of episodes released on the day and sends you a message on your whatsapp.
Data-Engineering-on-GCP-Cheatsheet-Studying
This repository is for my daily study routine for the GCP data engineers certification.
etl_cet-rio
This script retrieves data about ongoing events from the CET-RIO (Comando de Operações Especiais da Prefeitura do Rio de Janeiro) API and stores it in a CSV file. It also periodically updates the data every 20 minutes.
finishing_git
lyipef
valid_cep_city
""" Checks if a ZIP code is valid and returns the corresponding city. Args: zip_code (str): The ZIP code to be checked. Returns: str: The city corresponding to the ZIP code, if it is valid; otherwise, returns an error message. """
lyipef's Repositories
lyipef/calcula_frete_correios
Calculates the shipping cost from an origin ZIP code to multiple destination ZIP codes using the Correios Brasil web service. Args: origin_zip (str): The origin ZIP code. destination_zips (list): A list of destination ZIP codes. Returns: dict: A dictionary mapping each destination ZIP code to its corresponding
lyipef/valid_cep_city
""" Checks if a ZIP code is valid and returns the corresponding city. Args: zip_code (str): The ZIP code to be checked. Returns: str: The city corresponding to the ZIP code, if it is valid; otherwise, returns an error message. """
lyipef/crawler_anitube
This crawler runs on a Brazilian anime site and returns you a list of episodes released on the day and sends you a message on your whatsapp.
lyipef/Data-Engineering-on-GCP-Cheatsheet-Studying
This repository is for my daily study routine for the GCP data engineers certification.
lyipef/etl_cet-rio
This script retrieves data about ongoing events from the CET-RIO (Comando de Operações Especiais da Prefeitura do Rio de Janeiro) API and stores it in a CSV file. It also periodically updates the data every 20 minutes.
lyipef/finishing_git
lyipef/lyipef