class dinithaw():
def __init__(self):
self.name = "Dinitha Wickramasinghe";
self.username = "dinithaw";
self.location = "Colombo, Sri Lanka";
self.socials = {
"Instagram": "@dinitha.w",
"LinkedIn": "linkedin.com/in/dinitha-w",
"GitHub": "github.com/dinithaw"
}
def __str__(self):
return self.name
if __name__ == '__main__':
me = dinithaw()
Hello! I'm a passionate Computer Science student at the University of Plymouth with a keen interest in Cross-Platform Mobile App Development, FullStack Web Development, Machine Learning & Artificial Intelligence. I enjoy creating innovative solutions and learning new technologies to stay ahead in the tech world. Additionally, I love Circuit Designing and Electronic Prototyping, exploring the intersection of hardware and software.
Stay curious, keep coding, and let your creativity take flight! β