#!/usr/bin/python
# -*- coding: utf-8 -*-
class Human:
def __init__(self):
self.name = "Samarth Kulshrestha"
self.pronouns = ["He", "Him"]
self.interests = ["Technology", "Software", "Literature", "Art", "Mathematics", "Physics"]
self.personality_type = "INTP-T"
self.os = ["GNU + Linux (Arch BTW)"]
self.code = ["Python", "TypeScript", "JavaScript", "C", "C++", "HTML", "CSS"]
self.architecture = ["REST APIs", "GraphQL APIs", "Linux Sysadmin", "Frontend"]
self.tech = ["Flask", "Node", "Express", "Apollo", "TypeGraphQL", "React", "Next"]
self.tools = ["NeoVim", "Tmux", "Alacritty", "Git", "DWM"]
def greet(self, name):
print(f"Hello, {name} :D")
me = Human()
me.greet(input("Enter you name: "))
tech + literature + physics + design enthusiast / software dev / lifelong student / human (maybe)
Highlights
- Pro
Pinned Loading
-
million_digits_of_pi
million_digits_of_pi Publiccalculates pi and e (euler's constant) upto millions of digits
C++ 2
-
-
-
-
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.