I am a passionate developer and a University student who has a keen interest in programming and developing new things, including AI. When I am not glued to the screen, I spend my time either researching a new project idea or playing video games. I am also an ambitious person with a positive attitude and full of determination to achieve everything I set my mind to.
I am an amateur in Python / Web Development / App development / Web3 / Machine Learning and Artificial Intelligence
I also have my personal portfolio website published on the internet.
I have an extensive knowledge of the programming languages that are listed below:
class LakshyaRaik():
def __init__(self):
self.name = "Lakshya Raikwal";
self.username = "Lakshya123-cyber";
self.location = "Finland";
self.instagram = "@titan1728";
self.web = "https://raikwal-portfolio.vercel.app/";
def __str__(self):
return self.name
if __name__ == '__main__':
me = LakshyaRaik()