class ComputerScienceStudent:
def __init__(self):
self.name = "Gabrielle Davidson"
self.pronunciation = "[Gab]+[ree]+[el] [Day]+[vid]+[suhn]"
self.role = "Student"
self.pronouns = "she/her"
def__init__(student):
student.major = "Computer Science"
student.minor = "Spanish Language & Mathematics"
student.level = "Senior"
student.institution = "University of Bridgeport"
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = ComputerScienceStudent()
me.say_hi()
I am currently designing my web portfolio using Figma.
- Web Portfolio: (Under Construction 🚧)
- Tumblr Coding Blog: (Under Construction 🚧)
- Tumblr Design Blog: (Under Construction 🚧)
IDEs:
Languages:
Design Programs:
Under Construction