Data Science & Engineering at UConn
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)
- On-chain data science
- Machine learning & AI
- Applied game theory
- Hadoop
- AWS
- Building innovative products
- Finding career growth opportunities