class NidithVS:
def __init__(self):
self.name = "Nidith V S"
self.role = "Aspiring Software Developer"
self.languages = ["Python", "Java", "C++", "JavaScript", "Rust"]
self.specialties = ["Web Development", "Machine Learning", "Cybersecurity"]
self.currently_learning = ["Advanced Python", "Cloud Technologies", "DevOps"]
self.fun_fact = "I love solving complex problems and building innovative solutions!"
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together!")
me = NidithVS()
me.say_hi()
🎯
Focusing
Pinned Loading
-
-
-
-
selenium-youtube-automation
selenium-youtube-automation PublicThis project showcases an automated testing suite for YouTube using Selenium WebDriver. The suite is designed to perform various testing tasks, ensuring the robustness and functionality of YouTube'…
Python 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

