Skip to content

Enr1que319/Enr1que319

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

Just run the script ⚙️🧠😎

import json
from dataclasses import asdict, dataclass

@dataclass
class AboutMe:
    name            : str   = "Enrique Vázquez"
    age             : int   = 30
    career          : str   = "Computer Engineer"
    languages       : tuple = ("Python", "Scala", "JS", "Bash", "VBA")
    databases       : tuple = ("PostgreSQL", "MongoDB", "MySQL","Hive","Server","Firebase", "Snowflake")
    frameworks/lib  : tuple = ("Spark","Pandas","Airflow")
    cloud           : tuple = ("GCP", "AWS")
    ongoing         : tuple = ("Kafka", "Databricks")
    challenge       : str   = "Getting new certs"

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

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

About

Readme for profile

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published