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())
-
Notifications
You must be signed in to change notification settings - Fork 0
Enr1que319/Enr1que319
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Readme for profile
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published