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. Doink-the-game Doink-the-game Public

    Lua

  2. kowalski-core kowalski-core Public

    Kowalski, analysis

    Python 6

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

    Python