Skip to content

Yusufibin/Yusufibin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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']
		age           = 21
		
		return langs, age
	
	@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

👨‍💻 Repositories 👨‍💻




















Releases

No releases published

Packages

No packages published