I am a fourth-year Undergraduate Student in the School of Electrical Engineering & Computer Science (EECS) at Washington State University, studying Computer Science. This GitHub repository showcases all the projects I have completed during my university coursework, research, and personal interests. Feel free to explore!
Outside of my work, I enjoy playing volleyball (indoor or beach) π and mini golf β³οΈ!
I'd define myself as:
class EthanVillalovoz:
def __init__(self):
self.username = 'ethanvillalovoz'
self.name = 'Ethan Villalovoz'
self.position = 'CS Undergraduate @ WSU'
self.web = 'https://ethanvillalovoz.github.io'
self.cv = 'https://ethanvillalovoz.github.io/files/Villalovoz_CV.pdf'
self.code = {
'Programming Languages': ['C/C++', 'Python', 'HTML/CSS', 'Haskell', 'MATLAB', 'LaTeX', 'C#', 'SQL',
'R'],
'Developer Tools': ['VS Code', 'VS Community', 'Xcode', 'CLion', 'PyCharm', 'RStudio', 'Weka',
'Cytoscape', 'Google Colab'],
'Technologies/Frameworks': ['Command Line Interface - Windows/Unix', 'Robot Operating System',
'Linux', 'GitHub', 'Pandas', 'NumPy', 'PyTorch', 'Scikit-learn',
'TensorFlow', 'Matplotlib', 'Seaborn']
}
def __str__(self):
return f'{self.name} | {self.position}'
if __name__ == '__main__':
me = EthanVillalovoz()
print(me)
Github Stats | Top Languages |
---|---|
You can reach me via LinkedIn down below!