#!/usr/bin/python
# -*- coding: utf-8 -*-
class MySelf:
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"]
def hello(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