Skip to content
View anvarbeckk's full-sized avatar

Block or report anvarbeckk

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

About Me

from typing import Tuple, List, Dict

class Anvarbek:
    pass

class Attributes(Anvarbek):
    @property
    def contact(self) -> Tuple[str, str, str]:
        telegram = "t.me/jumamuradv"
        channel  = "t.me/anvarbeckk"
        email    = "[email protected]"
	    
        return telegram, channel, email

    @property
    def life(self) -> Tuple[List[str], int]:
        langs = ['Uzbek', 'English']
        age   = 15
		
        return langs, age
	
    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
        langs = {
            'intermediate': ['python'],
            'learning'    : ['go']
        }
        specialities  = ['backend development', 'web/app reverse engineering']
        ide           = ['vscode']
        pc            = {
            'MacOS': {
                'macbook pro m2': {
                    'processor': 'm2 | 8 cores',
                    'ram'      : '8gb',
                    'gpu'      : 'm2 | 8 cores'
                }
            }
        }

	return langs, specialities, ide, pc

Skills

Pinned Loading

  1. PayTechUz/payme-pkg PayTechUz/payme-pkg Public

    🟢 Merchant Api and Subscribe Api Integration 2024— 11

    Python 41 13

  2. PayTechUz/shop-backend PayTechUz/shop-backend Public

    🟢 Payme/Click Integration 2025 Example (Однаразовый платеж)

    Python 3 1