Studying Business Analytics @ Rensselaer Polytechnic Institute | Minor in Data Science & Engineering
Currently a second-year undergraduate at Rensselaer Polytechnic Institute studying Business Analytics with a minor in data science and engineering.
from tevinzhuo import MoreAboutMe
class Bio(MoreAboutMe):
def __init__(self):
self.name = 'Tevin Zhuo'
self.location = 'Queens, NY'
self.major = 'Business Analytics'
self.currentProject = 'SocialNTW'
class TechnicalSkills(MoreAboutMe):
def __init__(self):
self.languages = [
'Python',
'JavaScript',
'R',
'AWS',
'MongoDB',
'C++',
'HTML',
'CSS'
]
self.frameworks = [
'ReactJS',
'TailwindCSS',
''
]