#!/usr/bin/python# -*- coding: utf-8 -*-classMySelf:
def__init__(self):
self.name="👀 Alessio Falai"self.languages= ["🇮🇹 it_IT", "🇬🇧 en_GB"]
self.education= {
"BSc": {
"Degree": "🖥️ Computer Science",
"University": "🟦 Florence"
},
"MSc": {
"Degree": "🤖 Artificial Intelligence",
"University": "🟥 Bologna"
}
]
self.roles= ["👨🔬 Applied/Data Scientist", "🧑💻 Software Engineer"]
self.hobbies= ["⌨️ Mechanical keyboards", "📸 Photography", "🌍 Travelling", "🎒 Backpacks"]
self.interests= ["💬 TTS", "🌳 GNNs"]
self.website= ["🌐 https://alessiofalai.it"]
defhello(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me=MySelf()
me.hello()- Tackling the Flatland challenge
- How to create an impressive GitHub profile README
- Jekyll + Github Pages + Travis CI
- Java interfaces vs. Scala traits
- The Euler number in blob analysis
- ❗️ Closed issue #2 in Wadaboa/titanet



