👋
Who am i?
def introduce_yourself(name, surname, faculty, degree):
print(f'''
Hi there! I'm {name} {surname}, a {faculty} student
currently studying towards my {degree}\'s degree.
'''
)
introduce_yourself("Federico", "Imberti", "computer engineering", "master")
# OUTPUT
# Hi there! I'm Federico Imberti, a computer engineering student currently studying towards my master's degree
What is this space for?
Here i'd like to share some of my college notes and flashcards, personal projects i've done through the years and even something about myself. You can also read some of my writings on my Medium profile!
How can you contact me?
You can reach me on LinkedIn, GitHub or just Book a meeting!
What is the meaning of life, the universe and everything else?
Apparently it's 42, but i'm still working towards the question...