Skip to content
View Enr1que319's full-sized avatar
:electron:
Learning and Coding
:electron:
Learning and Coding
  • Encora
  • Mexico City, Mexico
Block or Report

Block or report Enr1que319

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

Just run the script ⚙️🧠😎

import json
from dataclasses import asdict, dataclass

@dataclass
class AboutMe:
    name            : str   = "Enrique Vázquez"
    age             : int   = 29
    career          : str   = "Computer Engineer"
    languages       : tuple = ("Python", "Scala", "JS", "Bash", "VBA")
    databases       : tuple = ("PostgreSQL", "MongoDB", "MySQL","Hive","Server","Firebase")
    frameworks/lib  : tuple = ("Spark","Pandas","Airflow")
    cloud           : tuple = ("GCP", "AWS")
    ongoing         : tuple = ("Go", "Kafka")
    challenge       : str   = "Studying for Google Cloud Data Engineer Certificate at the end of the year 2021"

    def Myself(self):
        return json.dumps(asdict(self), indent=4)

Introduce = AboutMe()
print(Introduce.Myself())

Pinned

  1. Flights-GCP-ETL Flights-GCP-ETL Public

    The objective of this project is made a ETL using flights data obtained from Kaggle. The data was processed in Google Cloud Platform using diferentes tools to orchestrate the Pipeline.

    Python 2

  2. SQLAlchemy-Challenge SQLAlchemy-Challenge Public

    This project is made to be able to give future references to people who plan to travel to Honolulu Hawaii or for people who want information about the weather in the place.

    Jupyter Notebook

  3. D3-Challenge D3-Challenge Public

    This project was done to give a bigger view on the relationship between common problems in the US which are smoking, obesity, lacks heathcare and age as well as the average age of US citizens.

    JavaScript

  4. JaviSandoval94/Solar-Energy-Calculator JaviSandoval94/Solar-Energy-Calculator Public

    Machine learning model to predict solar energy production in Mexico City Metropolitan Area. Results are used to generate a web application to estimate solar energy ROI for domestic users in the reg…

    Jupyter Notebook 6

  5. City-Bike-BigData-Cloud City-Bike-BigData-Cloud Public

    The objective of this project is made a ETL using CityBike program public information. The data was processed in Google Cloud Platform using diferentes tools to orchestrate the Pipeline.

    Python

  6. Leaflet-Challenge Leaflet-Challenge Public

    This project was done to give a bigger view of the earthquakes around the world between 2020-May-01 and 2020-May-15

    JavaScript