π Hello, I'm Arman!
A passionate student from Afghanistan π¦π«
Currently learning Fullstack and Web Development
My dream is to leverage technology to empower the young generation and improve the tech landscape in my home country.
class Attributes(Arman):
@staticmethod
def contact() -> tuple:
github = "Armancollab"
telegram = "t.me/devnull9"
twitter = "_rmnaf7"
return github, telegram, twitter
@staticmethod
def life() -> tuple:
langs = ['English', 'Persian']
age = 18
return langs, age
@staticmethod
def coding() -> tuple:
langs = {
'Master': ['python'],
'intermediate': ['html', 'css'],
'learning': ['django', 'C++', 'javascript']
}
specialities = ['cyber security', 'fullstack', 'web development', 'linux']
environnement = ['vscode']
return langs, specialities, environnement