class DataScientist:
def __init__(self):
self.name = "Sundar Viswanathan"
self.role = "Data Science & Analytics Specialist"
self.company = "Philips"
self.ex_companies = ["Siemens", "GetVu"]
self.language_spoken = ["ta-IN", "en_US"]
def say_hi(self, more_info=True):
print("Thanks for dropping by, hope you find some of my work interesting.")
if more_info:
# Written in collab with ChatGPT
info = ("I'm a highly motivated and passionate programmer with a keen interest in using technology to impact the world positively.\n"
"I have a strong background in computer science and a deep passion for exploring new technologies, "
"particularly in the field of artificial intelligence.\n"
"I believe that technology has the potential to solve some of the most pressing problems facing humanity today, "
"and I am excited to use my skills and knowledge for the same.")
print(info)
me = DataScientist()
me.say_hi()
😄
All is Well
Data Science & Analytics Specialist @ Philips APAC | Ex- Siemens | Master’s in Artificial Intelligence, NUS
-
Philips
- Singapore
- http://msundarv.com/
- @msundarv
Pinned Loading
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.