#!/usr/bin/python
class GeorgiosIoannou():
def __init__(self):
self.first_name = 'Georgios'
self.last_name = 'Ioannou'
self.roles = ['Data Science', 'Full-Stack Web App Development']
self.graduate_student = True
self.researcher = True
self.undergraduate_university = 'The City College Of New York'
self.undergraduate_major = 'Computer Science'
self.undergraduate_minor = 'Mathematics'
self.graduate_university = 'NYU Center for Data Science'
self.graduate_major = 'Data Science'
self.currently_looking_for_internships = True
self.hobbies = ['Football', 'Hiking', 'Travelling', 'Gaming', 'Dancing']
self.languages = ['en_US', 'el_GR']
self.goal = 'Make the world a safer place through code'
self.fun_fact = '3 dancing mass participation Guinness World Records'
def say_hi(self):
print('Thank you very much for reading my introduction! I will be more than happy to work on a project together!')
print('Contact me via LinkedIn or my Portfolio!')
me = GeorgiosIoannou()
me.say_hi()
huggingface.co/GeorgiosIoannouCoder
linkedin.com/in/georgiosioannoucoder