Skip to content
View leyredelacalzada's full-sized avatar
💭
Learning!
💭
Learning!

Block or report leyredelacalzada

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
leyredelacalzada/README.md

Hi there👋I'm Leyre de la Calzada, a Cloud Solution Architect @Microsoft

⭐About Me⭐

• 👩‍💻Name: Leyre de la Calzada

• 🏠From: Barcelona, currently living in Madrid

• 🌐Profession: Cloud Solution Architect at Microsoft

• 🎓Education: MSc in Data Science Student at UNAV

• 🗣️Languages I Speak: Spanish, Catalan and English

• 🏃‍♀️Hobbies: Running, Skiing and Cycling

👩‍💻Python Version👩‍💻

# Here you have the Python version as well ;)
class Bio:
    def __init__(my):
        my.name = "Leyre de la Calzada"
        my.location = {"Hometown": "Barcelona", "Current": "Madrid"}
        my.profession = "Cloud Solution Architect at Microsoft"
        my.education = "MSc in Data Science Student at UNAV"
        my.languages = ["Spanish", "Catalan", "English"]
        my.hobbies = ["Running", "Skiing", "Cycling"]

    def introduce(my):
        return (f"Hi! I'm {my.name}, a {my.profession}, currently based in {my.location['Current']}. "
                f"I'm originally from {my.location['Hometown']}. I'm pursuing my {my.education}. "
                f"I speak {', '.join(my.languages)}. In my free time, I enjoy {', '.join(my.hobbies)}.")
bio = Bio()
print(bio.introduce())

✉️Connect with me✉️

Popular repositories Loading

  1. leyredelacalzada leyredelacalzada Public