
- A passionate Self-taught Full Stack developer
- Allways learning new technologies by Self
- Personal website link
- I’m currently open for an Intern or a new job opportunity, this is my resume
- I love programming & learning ^^
class byQuesters():
def __init__(self):
self.name = "Alberto Ambriz";
self.username = "Questers";
self.location = "Colima, Mexico";
self.email = "albertpoambez@icloud.com";
self.web = "https://byQuesters.github.io/Portfolio/";
def __str__(self):
return self.name
if __name__ == '__main__':
me = byQuesters()





