from typing import Tuple, List, Dict
class Py3Dev:
pass
class Attributes(Py3Dev):
@property
def contact(self) -> Tuple[str, str, str, str]:
linkedin = "https://www.linkedin.com/in/yashvarshney17/"
instagram = "https://instagram.com/yashvarshney17"
website = "https://yashvarshney.in/"
email = "[email protected]"
return linkedin, instagram, website, email
@property
def life(self) -> Tuple[List[str], int]:
langs = ['Hindi', 'English']
age = 23
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str]]:
langs = {
'expert' : ['python'],
'intermediate': ['c++', 'js'],
'learning' : ['golang']
}
specialities = ['nlp', 'fullstack']
environment = ['vscode']
return langs, specialities, environment
-
16:45
(UTC +05:30) - https://github.com/varshney-yash
Popular repositories Loading
-
-
-
-
Golang-MySQL-CRUD-Bookstore-Management-API
Golang-MySQL-CRUD-Bookstore-Management-API PublicForked from AkhilSharma90/Golang-MySQL-CRUD-Bookstore-Management-API
-
fastapi-kafka-consumer
fastapi-kafka-consumer PublicForked from pedrodeoliveira/fastapi-kafka-consumer
A Python RESTful API using FastAPI with a Kafka Consumer
Python
-
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.