Skip to content
View ethanvillalovoz's full-sized avatar
😭
Doing Grad Apps
😭
Doing Grad Apps

Block or report ethanvillalovoz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ethanvillalovoz/README.md

πŸ‘‹πŸΌ Hello! I'm Ethan Villalovoz

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)

Quick stats about me

Github Stats Top Languages
Ethan's github stats Ethan's top languages

πŸ“« How to reach me:

You can reach me via LinkedIn down below!

Follow ethanvillalovoz on LinkedIn

Pinned Loading

  1. REU-CHARISMA-Lab REU-CHARISMA-Lab Public

    Work I completed at Oregon State University REU: Robots in the Real World (Summer 2022).

    Python

  2. Analyzing-YouTubes-Trending-Page Analyzing-YouTubes-Trending-Page Public

    Final Project for Cpt_S 315 at Washington State University.

    Jupyter Notebook

  3. GPTask GPTask Public

    Final Project for Cpt_S 322 at Washington State University.

    C#