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 = ["Dynamic Software Solutions", "Independent Contractor", "Navarre 3D Printing", "Florida Institute of Technology ASSIST Lab"]
self.hobbies = ["Programming", "CAD Modeling", "Playing Saxophone"]
def currentLocation(self):
return "Melbourne, Florida"
def currently(self):
return {
"education": ["Data Structures and Algorithms 2", "Calculus 3", "Intro to Artificial Intelligence"],
"tinkering": ["Computer Vision", "Continuous Learning", "3D Printing", "CAD Modeling", "SOAR Cognitive Architecture"]
}
🎯
Nothing
Highlights
- Pro
Pinned Loading
-
robotpy/examples
robotpy/examples Public archiveRepository of RobotPy example projects
-
-
-
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.





