class SoftwareDeveloper:
def __init__(self):
self.name = "Costas"
self.surname = "Soleas"
self.programmingLanguagesTools = { "Python", "JavaScript", "HTML", "CSS", "React.js", "SQL", }
self.financeQualifications = { "BSc (Hons) Accounting", "ACCA Qualification" }
me = SoftwareDeveloper()