class Attributes(Siro):
@staticmethod
def contact() -> tuple:
email = "[email protected]"
linkedin = "https://www.linkedin.com/in/srinath2709"
return email, linkedin
@staticmethod
def life() -> tuple:
langs = ['English', 'Hindi']
nationality = 'Indian'
age = 19
return langs, nationality, age
@staticmethod
def coding() -> tuple:
langs = {
'expert' : ['python'],
'intermediate': ['dart', 'java','javascript']
}
databases = ['SupaBase','MongoDB','FireBase','PostgreSQL']
frameworks = ['langchain','FastAPI','Flask','tensorflow','Pytorch',
'langgraph','React.js','Node.js']
specialities = ['web/app' 'AI']
environnement = ['vscode', 'pycharm']
return langs, databases, frameworks, specialities, environnement
π―
Focusing
Highlights
- Pro
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.