Skip to content
View Zatfer17's full-sized avatar
🤖
Focusing
🤖
Focusing

Block or report Zatfer17

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
Zatfer17/README.md

👋 Hello world!

from datetime import date

born = date(1998, 2, 20)

def get_current_age(born):
    today = date.today()
    return today.year - \
           born.year - \
           ((today.month, today.day) < \
            (born.month, born.day))

class Matteo:
    age = get_current_age()
    title = 'Data Scientist'
    university = ['PoliMi', 'KTH']
    work_experience = ['Huawei', 'Lunar']
    language = ['C', 'Java', 'Python', 'Lua', 'SQL', 'html', 'Go']
    
me = Matteo()

🧐 About me

Pursued a master's double degree in Data Science at PoliMi/KTH within the EIT Digital Program. Currently working as a Data Scientist/ML Engineer at Lunar in Copenhagen. I enjoy words (former classicist here), e-sports analytics and bots.


🕹️ My projects


🔦 Find me on

Pinned Loading

  1. kowalski kowalski Public

    Dart 2

  2. kowalski-core kowalski-core Public

    Kowalski, analysis

    Go 9

  3. esports-stats-website esports-stats-website Public

    Python

  4. tui-network tui-network Public

    Python 28

  5. tui-settings-manager tui-settings-manager Public

    Python

  6. Doink-the-game Doink-the-game Public

    Lua