class Rameez < Person
def initialize
@name = 'Rameez Raja'
@age = 'That's for me to know ;) '
@work = [ 'Data Science', 'Software Development', 'Data Analytics', 'Visualization' ]
@education = [ 'University College London' ]
@hobbies = [ 'Flying (PPL License)', 'Travelling', 'Reading' ]
end
def current_location
'Boston, MA, USA'
end
def next_locations
['London, 'UK']
end
def currently
{
studying: [ 'MS Artificial Intelligence Uni of Bath' ],
interests: [ 'Explainable AI', 'Trustworthy AI', 'Data Provenance', 'Data Science' ],
}
end
endNote: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.

