class Ismagician:
def __init__(self):
self.username = 'ismagician'
self.name = 'Ismael Guerrero'
self.education = [ 'Telmatics Engineer', 'Digital Systems Technician' ]
self.github = 'https://github.com/ismagician'
self.code = [ 'Python', 'HTML', 'CSS', 'JavaScript', 'VueJS'],
self.tools = [ 'Azure', 'VMWare', 'Wireshark', 'Android Studio', 'Arduino', 'Ableton Live' ]
def __str__(self):
return self.name
if __name__ == '__main__':
me = Ismagician()
print("Hi I'm %s, again " % me.name)
🇲🇽
Pinned Loading
-
-
Microsoft-Learn-To-Epub
Microsoft-Learn-To-Epub PublicTool to convert MSFT Learn guides to EPUB
CSS 1
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.