class Vivaan(Person):
def __init__(self) -> None:
super().__init__(age=17, pronouns=('he', 'him'), nationality="Indian", citizenship="American")
@property
def website(self) -> str:
return "https://vivaansinghvi07.github.io"
@property
def hobbies(self) -> list[str]:
return ["Programming", "Working Out", "Biking", "Gaming", "Drumming"]
@property
def languages(self) -> dict[str, dict[str, list[str]]]:
return {
"Real Life": {
"Fluent": ["English", "Hindi"],
"Learning": ["German"]
},
"Programming": {
"Decent": ["Python", "JavaScript", "C"],
"Amateur": ["C++", "C#", "Shell", "Java", "TypeScript"]
}
}
@property
def contact(self) -> dict[str, list[str]]:
return {
"Email": ["[email protected]", "[email protected]"]
}
🐍
pythoneer
Pinned Loading
-
smoky-mountain-data-comp
smoky-mountain-data-comp PublicSolutions for the SMC Data Challenge #1 2023
Jupyter Notebook 1
-
dreamberd-interpreter
dreamberd-interpreter PublicInterpreter for the perfect programming language
-
rubix-cube-solver
rubix-cube-solver PublicA computer vision-powered website that allows users to send a video of a Rubik's cube, model it, and solve it.
Python
-
atom-simulation
atom-simulation PublicA particle simulation created in C with approaches to gravitational approximation.
C 1
-
-
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.