import coding
class Attributes:
def __init__(self) -> None:
coding.get('skills')
def contact(self):
email = "dragoadri@gmail.com"
return email
def life(self):
langs = ['Spanish', 'English', 'French']
nationality = self.langs.remove('French', 'English')
birth_year = '06/30/2000'
return langs, nationalities, birth_year
def coding(self):
langs = {
'expert': ['python','java'],
'intermediate': ['sql','javascript','react'],
'learning': ['c', 'c#','c++']
}
specialities = ['app development', 'python web scratching'. 'backend']
environnement = ['vscode', 'pycharm','android studio'.'Eclipse']
return langs, specialities, environnement
def projects(self):
google_play = ['Party Game', 'Race car game']
webSite = ['selfPortfolio', 'Boostrap templates']
MySql = ['Database Apps']
return google_play, webSite, MySql
🐉
Popular repositories Loading
-
Tecnicas_de_programacion_avanzada
Tecnicas_de_programacion_avanzada PublicTODOS LOS CODIGOS DE TPA
Java 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.