class Alexander(Developer):
def __init__(self):
super().__init__()
self.name = "Alexander"
self.education = "Florida Institute of Technology"
self.major = "Computer Science"
self.researchLab = "Florida Institute of Technology ASSIST Lab"
self.work = ["HSU Educational Foundation", "Independent Contractor", "Navarre 3D Printing"]
self.hobbies = ["Programming", "CAD Modeling", "Playing Saxophone"]
def currentLocation(self):
return "Melbourne, Florida"
def currently(self):
return {
"education": ["Fundamentas of Software Development 2", "Calculus 2", "Applied Discrete Mathematics"],
"tinkering": ["Computer Vision", "Continuous Learning", "3D Printing", "CAD Modeling"]
}
🎯
Nothing
Highlights
- Pro
Pinned Loading
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.




