Skip to content
View Yusufibin's full-sized avatar
๐Ÿคญ
Focusing
๐Ÿคญ
Focusing

Block or report Yusufibin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Yusufibin/README.md

Hi there ๐Ÿ‘‹

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

Skills

Popular repositories Loading

  1. Booble-gameg Booble-gameg Public

    Forked from Zenild/Bubble-game

    JavaScript 1

  2. titanic_prediction titanic_prediction Public

    Jupyter Notebook

  3. time_series_forecasting time_series_forecasting Public

    Jupyter Notebook

  4. age_estimation age_estimation Public

    Python

  5. Detecting-covid Detecting-covid Public

    Intelligence artificielle pour la dรฉtection des cas de covid 19

    Python

  6. Quantique Quantique Public

    Forked from abtzpro/QuaintQuanta

    Quantum Machine Learning (QML) in Python

    Python