from typing import Tuple, List, Dict
class Arushi:
pass
class Attributes(Arushi):
@property
def contact(self) -> Tuple[str, str]:
linkedin = "in/arushi--sharma/"
email = "arushi.sharma@pitt.edu"
return linkedin, email
@property
def life(self) -> Tuple[List[str], List[str]]:
langs = ['hindi', 'english']
interests = ['ai', 'design', 'backend software engineering', 'ping pong']
return langs, interests
@property
def coding(self) -> Dict[List[str], List[str], List[str], List[str], List[str]]:
skills = {
'expert' : ['python', 'sql', 'java', 'javascript'],
'specialities': ['backend software engineering', 'nlp/ai research', 'data science']
'ml_tools' : ['huggingface', 'pytorch', 'keras', 'pykeen', 'scikit-learn', 'pandas', 'numpy']
'deployment_tools' : ['docker', 'openshift', 'jenkins', 'github actions']
'data_tools' : ['bigquery', 'mongodb', 'redis', 'aws s3', 'gcp', 'airflow']
'ide' : ['vscode', 'pycharm']
}
return skills
🎯
Focusing
- Pittsburgh, PA
Highlights
- Pro
Pinned Loading
-
-
apache/incubator-resilientdb-python-sdk
apache/incubator-resilientdb-python-sdk PublicPython SDK for ResilientDB
-
DiceDB/dice
DiceDB/dice Public archiveDiceDB is an open-source, fast, reactive, in-memory database optimized for modern hardware.
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


