Skip to content
View zitaker's full-sized avatar
Block or Report

Block or report zitaker

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

Hi there 👋

About Me

from typing import Tuple, List, Dict


class GeorgiiDryndin:
    pass


class Attributes(GeorgiiDryndin):
    @property
    def contact(self) -> Tuple[str, str, str, str, str, str]:
        whatsapp = "https://wa.me/79601589492"
        telegram = "https://t.me/Georg_Dryndin"
        linkedin = "https://www.linkedin.com/in/georg-dryndin-3a098b257"
        hexlet = "https://ru.hexlet.io/u/user-1bdf7d03342d857f"
        email = "georbearwolf@gmail.com"
        telephone = "+79601589492"

        return whatsapp, telegram, linkedin, hexlet, email, telephone

    @property
    def life(self) -> Tuple[List[str], int]:
        languages = ['English', 'Russian']
        age = 27

        return languages, age

    @property
    def coding(self) -> Dict[str, str]:
        language = {
            'junior': 'python'
        }

        return language

And here's what I already know

Python Docker Flask FastAPI PostgreSQL Redis Git GithubActions Bash Poetry PyTest Flake8 CodeClimate HTML CSS Bootstrap NetworkAdministration

And here's what I'm going to study or already learning

Django

Pinned Loading

  1. asynchronous-text-analyzer asynchronous-text-analyzer Public

    Python

  2. parser-by-bit parser-by-bit Public

    Python

  3. page-analyzer page-analyzer Public

    Python

  4. difference-calculator difference-calculator Public

    Python

  5. brain-games brain-games Public

    Python

  6. telegram-bot telegram-bot Public

    Python