class Attributes(Yusuf) :
@staticmethod
def contact() -> tuple:
twitter = "kazu_rms"
facebook = "aenir02"
return facebook,twitter
@staticmethod
def life() -> tuple:
langs = ['French', 'Spanish', 'English']
return langs
@staticmethod
def coding() -> tuple:
langs = {
'expert': ['python', 'bash', 'julia', 'R' ],
'intermediate': ['go', 'c','c++'],
'learning': ['js', 'c#', 'asm', 'java']
}
specialities = ['web/app', 'reverse engineering', 'machine learning']
environnement = ['jupyter']
return langs, specialities, environnement
๐คญ
Focusing
Popular repositories Loading
-
-
-
-
-
Detecting-covid
Detecting-covid PublicIntelligence artificielle pour la dรฉtection des cas de covid 19
Python
-
Quantique
Quantique PublicForked from abtzpro/QuaintQuanta
Quantum Machine Learning (QML) in Python
Python
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.