#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Shreyash Meshram"
self.role = "Software Engineer"
self.language_spoken = ["en_US", "hi_IN", "mr_IN"]
self.messages = {
"greeting": "Welcome to my profile!",
"project": "Check out my latest project!",
"contact": "Feel free to reach out anytime!"
}
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
☕
always-on-beta;
-
Arohi software
- Nashik, India
-
15:39
(UTC +05:30) - @xx_shreyash_xx
- in/shreyuu
Highlights
- Pro
Popular repositories Loading
-
BFSI-NLP-Hackathon
BFSI-NLP-Hackathon PublicAI-Finance-Sentiment: Predict financial news sentiment using NLP and Generative AI in a personal hackathon project
Jupyter Notebook 2
-
-
-
-
-
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.