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
-
Notifications
You must be signed in to change notification settings - Fork 0
Sanches166/sanches166
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is my readme file :D
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published