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

Organizations

@alpha-b0t

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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!

👨🏻‍💻  About Me

I work at the intersection of physics, mathematics, and software engineering, with a focus on quantitative finance, financial modeling, and machine learning. My projects involve building models from first principles, validating them rigorously against data, and iterating based on performance and risk analysis. I have hands-on experience implementing machine learning and statistical models from scratch and integrating them into production-ready systems, with an emphasis on correctness, efficiency, and real-world applicability.

🤝🏻  Connect with Me

Email LinkedIn Code

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

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
  • GitKraken

Tools

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

📈 My GitHub Stats


Visitors :

Pinned Loading

  1. alpha-b0t/AlphaB0t alpha-b0t/AlphaB0t Public

    A cryptocurrency spot trading bot platform that connects to various exchanges.

    Python 1

  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 8 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. Chinese-Character-Recognition Chinese-Character-Recognition Public

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

    Python 1 1

  5. alpha-b0t/Hedgy-Options alpha-b0t/Hedgy-Options Public

    Options pricing application

    Python 1

  6. Finance Finance Public

    A repo for financial and stock market related tools

    Python