class DavidTonon:
def __init__(self):
self.name = "David Tonon"
self.role = "AI & Computer Science Student"
self.education = "Training and Research Institute in Computer Science (IFRI-UAC)"
self.interests = [
"Machine Learning",
"Linear Algebra",
"Data Engineering",
"System Architecture",
"FARM Stack",
"Mangas",
"Technologie"
]
self.contact = "[email protected]"
def __str__(self):
return f"Passionate developer exploring AI frontiers"