Skip to content
View jklsy's full-sized avatar

Highlights

  • Pro

Block or report jklsy

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

Hi, I'm Jacob!

Data Science & Engineering at UConn

linkedin github_jklsy

class Jacob:

    def __init__(self):
        self.name = 'Jacob Kelsey'

        self.skills = {
            'Languages': ['Python', 'SQL', 'Rust', 'Solidity'],
            'Libraries': ['NumPy', 'Pandas', 'Scikit-Learn', 'Matplotlib'],
            'Tools': ['Git', 'Foundry', 'ApeWorX', 'Ethers-RS', 'MongoDB'],
        }

    def __str__(self):
        stack = '\n'.join([f"\t{key}: {', '.join(values)}" 
                           for key, values in self.skills.items()])
        
        return f"Hi, I'm {self.name}. My stack includes:\n{stack}."

if __name__ == '__main__':
    me = Jacob()
    print(me)

I’m interested in...

  • On-chain data science
  • Machine learning & AI
  • Applied game theory

I’m currently learning...

  • Hadoop
  • AWS

I’m looking for help with...

  • Building innovative products
  • Finding career growth opportunities

Let's collaborate!

Popular repositories Loading

  1. jklsy jklsy Public

  2. bittensor-subnet-template bittensor-subnet-template Public template

    Forked from opentensor/bittensor-subnet-template

    Python

  3. ape ape Public

    Forked from ApeWorX/ape

    Python

  4. poc poc Public

    Forked from SunWeb3Sec/DeFiHackLabs

    Solidity