Skip to content
View White-Mask's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Santiago, Chile
Block or Report

Block or report White-Mask

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

Hi, I'm White-Mask 👋

class Engineer:

    def __init__(self):
        self.nickname = "White-Mask"
        self.degree = "software engineering"
        self.role = "backend software engineer"
        self.fav_prog_langs = ["Python", "Javascript"]


    def presentation(self):
        print(f"Hi, nickname is {self.nickname}.")
        print(f"A recent {self.role} graduate from The University Unab.")
        print(f"I currently work as a {self.role}.")
        print(f"My favorite programming languages are the following: {', '.join(self.fav_prog_langs)}")


white_mask = Engineer()
white_mask.presentation()

🔎Connect with me on these platforms

             


🧰Languages and Tools



An image of @whitemask's Holopin badges, which is a link to view their full Holopin profile

Pinned

  1. COVID-19-Chile-Coronavirus COVID-19-Chile-Coronavirus Public

    Datasets obtenidos del Minsal y análisis de los datos del COVID-19 en Chile (actualización diaria)

    Jupyter Notebook 3 1

  2. ICF232_202010_Grupo10 ICF232_202010_Grupo10 Public

    Sistema para la visualización de imágenes de pacientes de Radioterapia para el centro INRAD.

    Rich Text Format 2

  3. Plebiscito-Chile-2020 Plebiscito-Chile-2020 Public

    Análisis de los tweets emitidos a la hora de la franja televisiva para el plebiscito 2020

    Jupyter Notebook