Skip to content
View Sanches166's full-sized avatar
😼
Catching...
😼
Catching...
Block or Report

Block or report Sanches166

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
Sanches166/README.md
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  

Popular repositories

  1. sanches166.github.io sanches166.github.io Public

    My site and CV

    HTML

  2. parcer_indeed parcer_indeed Public

    Parcer for indeed.com with clouflare bypass

    Python

  3. sanches166 sanches166 Public

    This is my readme file :D

  4. port_listeners port_listeners Public

    Python port listeners for trafic analisys

    Python

  5. django_project django_project Public

    This is my home django project

    Python