class Sahil(Programmer):
"""
Hi, I am Sahil Bairagi.
A second year undergraduate student from IIT Kharagpur.
I am doing major in Chemical Engineering.
I started programming when I was in 12th standard... Best decision Ever!
"""
def __init__(self):
super().__init__()
self.name = "Sahil Bairagi"
self.codechefRating = 1993
self.codeforcesRating = 1498
self.interests = ["Chess", "Quantum Physics", "Maths", "Photography", "Sketching"]
self.skills = {
"programming languages": ["Python", "C/C++", "Javascript", "PHP"],
"web development": {
"front end": ["HTML", "CSS/SASS", "ReactJs", "JQuery", "Ajax", "Bootstrap"],
"back end": ["Django", "Flask", "PHP", "Go"]
},
"ai": ["scikit-learn", "keras", "tensorflow", "OpenCV"],
"data handling": ["Numpy", "Pandas", "Matplotlib", "Seaborn"],
"database": ["MySQL", "PostgresSQL", "Sqlite3"],
"tools": ["Git", "VSCode", "PyCharm", "Jupyter Notebook", "Vim"]
}
self.awake = True
self.happy = False
def code(self):
try:
self.writeCode(in="python")
except CodeNotRunningError:
self.debug()
except CantFixBugError:
self.searchStackOverflow()
else:
self.happy = True
if __name__ == "__main__":
me = Sahil()
while me.awake:
me.code()
Pinned Loading
-
cmd_pokemon
cmd_pokemon PublicA terminal based pokemon game written in python with features including a save and load game, Catching pokemons, Going to gym battles to collect badges or even fighting in Indigo league.
-
sum_of_palindromes
sum_of_palindromes PublicThis program implements the Research paper which states that every positive integer in any base >= 5 can be written as a sum of three palindrome numbers and provides an algorithm to do the same. Th…
-
FlappyBirdAI
FlappyBirdAI PublicFlappy bird game created with pyGame module and an AI that learns to play the game getting better generations over generations.
Python
-
ResumeMaker
ResumeMaker PublicA standard and basic resume maker. Add projects, skills, certificates, education, contact and just download the pdf. In future, The design of resume will be improved but the simpler the better. Fee…
HTML 2
-
AskMeNow
AskMeNow PublicIt is a quizzing website where you can create an account and login to play a quiz. There are 4 levels with each level harder than previous one. Are you good enough to beat all four? After the submi…
PHP
If the problem persists, check the GitHub status page or contact support.