Skip to content
View tyler-pruitt's full-sized avatar

Organizations

@Electric-Moon-Trading-Company
Block or Report

Block or report tyler-pruitt

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
tyler-pruitt/README.md

Hello World, I'm Tyler!

// C++
class SoftwareEngineer {
    public:
        string name, degree, contact;
        vector<string> role, tech_stack, languages;
        
        SoftwareEngineer() {
            name = "Tyler Pruitt";
            role = {"Backend", "Fullstack"};
            degree = "BS, Physics";
            tech_stack = {
                "Python",
                "C++",
                "C#",
                "JavaScript/TypeScript",
                "MATLAB",
                "SQL/MySQL",
                "HTML",
                "CSS/SCSS"
            };
            contact = "tylerpruitt@ucsb.edu";
            languages = {"English", "Mandarin"};
        }
};

int main() {
    SoftwareEngineer myself;
    
    return 0;
}

👨🏻‍💻  About Me

  • 🎓 I am have a bachelor's degree in physics and a minor in Chinese
  • 💻 I’m currently working as a software engineer at Santa Barbara Imaging Systems
  • 🌱 I’m currently learning about computational finance
  • 💬 Ask me about investing, Studio Ghibli, and my favorite things to eat
  • 😄 Pronouns: He/Him/His
  • ⚡ Fun fact: I love learning foreign languages, exploring different cultures, and traveling
  • 📫 How to reach me: (email: tylerpruitt@ucsb.edu)
  • 🌖 My organization, Electric Moon Trading Company, is looking for developers (all kinds) to contribute to its projects. Please reach out if you are interested.

🤝🏻  Connect with Me

Email LinkedIn Code

My Techstack

Languages

  • Python
  • C++
  • C#
  • JavaScript/TypeScript
  • MATLAB
  • SQL
  • MySQL
  • PostgreSQL
  • HTML
  • CSS/SCSS

Frameworks

  • .NET
  • Flask
  • Pytest
  • NumPy
  • Pandas
  • SciPy
  • Matplotlib
  • Tensorflow
  • PyTorch
  • AngularJS
  • React
  • Node.js
  • Qt
  • Boost

Version Control and Hosting

  • Git
  • GitHub
  • Bitbucket

Tools

  • Spyder
  • Jupyter NoteBook
  • Markdown
  • Visual Studio Code
  • Visual Studio
  • Azure Data Studio
  • MS SQL Server
  • AWS
  • Postico
  • Docker

📈 My GitHub Stats


Visitors :

Pinned

  1. Electric-Moon-Trading-Company/.github Electric-Moon-Trading-Company/.github Public

  2. Robinhood-Crypto-Autotrader Robinhood-Crypto-Autotrader Public

    An automated trader for cryptocurrency implemented in Python for the popular trading platform Robinhood. This automated trader supports live trading, simulated trading on the live market, and even …

    Python 4 4

  3. robinhood_crypto_trader robinhood_crypto_trader Public

    A Python package for an automated cryptocurrency trader on the popular trading platform Robinhood

    Python 1 1

  4. cafedotcalm cafedotcalm Public

    (HACKSC 2021) A virtual space café that anyone can join. It's a simple and easy way to quickly interact with others around the globe, with the same calming vibe of a morning at the coffee shop.

    JavaScript 1 3

  5. Chinese-Character-Recognition Chinese-Character-Recognition Public

    A repo for machine-learning powered image classification of handwritten Chinese characters

    Python 1 1

  6. Christmas-Light-Finder Christmas-Light-Finder Public

    Identifies the bright lights on an image of a Christmas tree through filtering and clustering, counts the number of lights

    Python