Hi I am Prashim Timsina a Results-oriented Programmer and Researcher with a strong background in software engineering, Machine Learning, Embedded Systems and academic research. Adept at designing and implementing innovative solutions to complex problems. Proven ability to collaborate effectively with interdisciplinary teams and deliver high-quality results in fast-paced environments. Passionate about integrating cutting-edge technology with research to drive advancements in the field.
class Prashim():
def __init__(self):
self.name = "Prashim Timsina";
self.username = "prashimpy";
self.location = "Imadol, Nepal";
self.linkedin = "@prashimtimsina";
self.web = "https://prashim.com.np";
def __str__(self):
return self.name
if __name__ == '__main__':
me = Prashim()