Skip to content
View HarshGandash's full-sized avatar

Block or report HarshGandash

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

Hi there ๐Ÿ‘‹

I'm Harsh Gandash aka Sanket. B.Tech Computer Science Engineering student from ๐Ÿ‡ฎ๐Ÿ‡ณ "India"

  • ๐Ÿ‘€ Iโ€™m looking to collaborate on Open-Source Projects.
  • ๐Ÿ Iโ€™m looking to collaborate on C projects.
  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at github.com/HarshGandash
  • ๐Ÿ“ซ How to reach me harshgandash@gmail.com

Visitors

Visitors


class HarshGandash(Sanket):
   """A developer that love to learn more about Computer-Science and Technologies"""
   
   def __init__(self):
     
      self.name = "Harsh Gandash"
      self.role = "Student"

      self.TOOLS = {
          "ScriptingLanguages" : ("Python"),
          "ProgrammingLanguages" : ("C", "C++"),
          "MarkupLanguages" : ("HTML"),
          "Editors" : ("VsCode", "DevC++"),
          "Platform" : ("Windows",),
         }

      self.INTERESTS = [
         "Computer Sciences",
         "Internet of thins",
         "Computer Networks and Networking",
         ]

   def use(self, tool):
      """use one of my tools or use bunch of them."""
      return self.tools[tool]


   def work(self):
      """"""
      while not WORK_DONE:
         # keep work.
         self.use(tool)

      return WORK_DONE


   def __len__(self):
      """Fun Fact"""
      return 2005 #y.o.b


   def __repr__(self):
      """"""
      return f"{self.name} a developer and {self.role}"

Stats

Popular repositories Loading

  1. HarshGandash HarshGandash Public