Ing. Sistemas Computacionales en Universidad ITNL
class ABD2k:
def __init__(self):
self.miCurriculum={
'nombre':'Alberto Barrientos Davila',
'fontEnd':['HTML','JQuery','Ajax','Bootstrap'],
'codigo':['Python','PHP','Java','JavaScript','C#','C++'],
'Web services':['AWS','Azure'],
'database': ['MySQL', 'SQL'],
'servers':['Apache'],
'herramientas':['Node','Xamarin.Forms','Jupyter notebook','GIT','GitHub'],
'development board':['Arduino','Raspberry pi'],
'logros':['The 2021 ICPC Mexico Finals']
}
if __name__ == '__main__':
print(ABD2k().miCurriculum)