8000 GitHub - SanaSins/SanaSins
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SanaSins/SanaSins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

About Me

from typing import Tuple, List, Dict

class Sana:
    pass

class Attributes(Sana):
    @property
    def contact(self) -> Tuple[str, str, str]:
        telegram = "t.me/defoSana"
        channel  = "t.me/SanaVouches"
        email    = "haha@autotraffic.ca"
	    
        return telegram, channel, email

    @property
    def life(self) -> Tuple[List[str], int]:
        langs = ['English', 'Money']
        age   = 19
		
        return langs, age
	
    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
        langs = {
            'expert'      : ['python'],
            'intermediate': ['go', 'js'],
            'learning'    : ['c', 'c++', 'c#', 'asm', 'java', 'php]
        }
        specialities  = ['web/app reverse engineering', 'fullstack', 'ai']
        ide           = ['vscode', 'visual studio tools']
        pc            = {
            'MacOS': {
                'macbook air m2': {
                    'processor': 'm2 | 8 cores',
                    'ram'      : '8gb',
                    'gpu'      : 'm2 | 8 cores'
                }
            },
            'Windows': {
                'custom': {
                    'processor': 'AMD ryzen 9 5900X | 12 cores',
                    'ram'      : '16gb',
                    'gpu'      : 'nvidia 3090 | 5888 CUDA cores'
                }
            }
        }

	return langs, specialities, ide, pc

Skills

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0