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
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}"