Skip to content
View arushi-08's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report arushi-08

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

Hi there! 👋

An image of @arushi08's Holopin badges, which is a link to view their full Holopin profile

from typing import Tuple, List, Dict

class Arushi:
    pass

class Attributes(Arushi):
    @property
    def contact(self) -> Tuple[str, str]:
        linkedin  = "in/arushi--sharma/"
        email    = "[email protected]"
	    
	return linkedin, email

    @property
    def life(self) -> Tuple[List[str], List[str]]:
        langs = ['hindi', 'english']
        interests   = ['ai', 'design', 'salsa', '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'],
            'specialities': ['nlp/ai research', 'data science', 'data engineering']
	    'ml_tools'    : ['huggingface', 'pytorch', 'keras', 'pykeen', 'scikit-learn', 'pandas', 'numpy']
	    'data_tools'  : ['docker', 'openshift', 'jenkins ci/cd', 'git', 'bigquery', 'mongodb', 'redis', 'aws s3', 'gcp', 'airflow']
            'ide'    	  : ['vscode', 'pycharm']
        } 
	
	return skills
 

Pinned Loading

  1. distributed-chatsystem distributed-chatsystem Public

    Forked from veerabadralokesh/cs2510

    Python

  2. A-Guide-to-High-Performance-Asynchronous-APIs A-Guide-to-High-Performance-Asynchronous-APIs Public

    Python

  3. Kafka-python-client Kafka-python-client Public

    Python 1

  4. apache/incubator-resilientdb-python-sdk apache/incubator-resilientdb-python-sdk Public

    Python SDK for ResilientDB

    Python 5 6