Skip to content
View Sahil-k1509's full-sized avatar
🧠
Geeking
🧠
Geeking
Block or Report

Block or report Sahil-k1509

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
Sahil-k1509/README.md

ME

fb fb fb fb fb fb

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()

Feel Free to check out my repositories and give a 🌟star🌟 if you like any of them.

Sahil's github stats

Top Langs

Footer

Pinned

  1. cmd_pokemon cmd_pokemon Public

    A 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.

    Python 36 9

  2. sum_of_palindromes sum_of_palindromes Public

    This 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…

    Python 4 1

  3. FlappyBirdAI FlappyBirdAI Public

    Flappy bird game created with pyGame module and an AI that learns to play the game getting better generations over generations.

    Python

  4. ResumeMaker ResumeMaker Public

    A 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

  5. AskMeNow AskMeNow Public

    It 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

  6. Web_blog Web_blog Public

    HTML 1