Skip to content

Sanches166/sanches166

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

class Attributes():
	@staticmethod
	def knowledge() -> tuple:
		platforms = {
			'medium': 	  ['Windows', 'Linux'],
		}
		langs = {
			'medium':         ['Python3','SQL','PostgreSQL'],
			'low': 		  ['C++'],
                        'learning':       ['HTML,'CSS']
		}
		frameworks =              ['Django'','SQLAlchemy']
		tools = 		  ['VScode', 'Docker']

		return platforms, langs, frameworks, tools
	
	@staticmethod
	def skills() -> tuple:
		specialties  = ['Python Developer','Security engineer','Pentester']
		return specialties, vulnerability_statistics

        @staticmethod
        def education() -> tuple:
          education = {
		          'univercity': ['Ural Federal Univercity'],
		          'department': ['IT'],
		          'speciality:  ['Information security']
 	  }
          return education

Languages & Tools  

About

This is my readme file :D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published