class LaurenBassett():
def __init__(self):
self.name = "Lauren Bassett"
self.location = "Washington, DC"
self.education = {
"Graduate" : {
"University of Virginia":{
"College of Data Science": "Data Science"
}
},
"Undergraduate" : {
"University of Kentucky" :{
"College of Engineering": {
"Major":"Computer Science",
"Minor": "Mathematics",
"Certificate": "Cyber Security"
},
"Gatton College of Business": {
"Major": "Economics",
"Minor": "Statistics"
}
}
}
}
def __str__(self):
return self.name
if __name__ == '__main__':
me = LaurenBassett()
🎓
University of Virginia MS Data Science Student
Living is learning so I like to learn a little bit of everything. Computer Science, Economics, Data Science, Cyber Security.
Pinned Loading
-
-
BinaryMasksAndBoundingBoxes
BinaryMasksAndBoundingBoxes PublicTakes JSON file with annotations and .png files and generates binary masks and bounding boxes for use in Machine Learning.
Python
-
RSA-Encryption
RSA-Encryption PublicRSA encryption algorithm generating large random prime numbers to create public and private keys.
Python
-
Simple-Kerberos-Server
Simple-Kerberos-Server PublicA simplified version of a Kerberos Server completed for CS 576 with Dr. Fei at the University of Kentucky
C
-
-
UVA_BASKETBALL_STRESS
UVA_BASKETBALL_STRESS PublicForked from anath703/UVA_BASKETBALL_STRESS
UVA MSDS Capstone Project
Python
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.