class WhoAmI:
username = 'Trevor Zhang'
# current_work="Youdao | NetEase, Inc."
current_edu = "UCAS & ISCAS"
ielts_overall_band = 8
currently_learning = ["Mathmatics for Machine Learning", "Deep Learning", "Linkerd"]
fun_fact = "I hate chillies"
hobbies = [
'Soccer',
'Chilling',
'Gaming',
'Movies',
'Snacks'
]
def get_city():
return "Beijing, China"
def get_ambitions():
finish_all_my_projects()
publish_papers()
become_a_fullstack_software_engineer()
Last Edited on - 2023/08/22