Principal Engineer at SafetyCulture Plus
classAndy(Human):
pronouns= ("He", "Him")
code= ["Python🐍", "R", "Javascript", "Go", "Swift", "Shell", "SQL", "HTML", "CSS"]
ide= ("vscode")
technologies= {
"data_science": {
"tools": ["tensorflow", "keras", "opencv", "sklearn", "spacy", "nltk", "numpy", "pandas", ...],
"concepts": ["Image Processing", "Natural Language Processing"],
},
"web": {
"front_end": {
"js": ["React"],
"css": ["materialize", "bootstrap"]
},
"back_end": {
"python": ["flask", "flask_restx", "fastapi", "django", "dash"],
"js": ["node"],
},
}
"dev_ops": ["AWS", "GCP", "Docker🐳", "Kubernettes"],
"databases": ["PostgreSQL", "MySql", "Elastic", "Hive", "sqlite"],
}
if__name__=="__main__":
fromtimeimportsleepfromkitchenimportcoffeeimportlaptopimportworkandy=Andy()
whileTrue:
sleep(8*60*60)
workload=work.get_daily_workload()
whilelen(workload) >0:
coffee(andy)
laptop.code(andy)









