class Leonardo():
def __init__(self):
self.name = "Leonardo"
self.interests = ["Software", "Self-hosting", "Linguistics", "Philosophy"]
self.languages = ["it_IT", "en_US"] # TODO: add zh_CN
def greet(self):
print("Welcome to my GitHub profile!")
me = Leonardo()
me.greet()
- Education: Studying Languages for Business Communication at Università di Siena (Chinese focus) (2022/23).
- Free time: Currently focusing on Go and Ansible.
- Future: Would love to pursue a second degree.
Work in progress...