Skip to content
View xncbf's full-sized avatar
🐍
▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀ꜚ
🐍
▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀ꜚ

Sponsoring

@django
@tiangolo
@python
@samuelcolvin
@encode
@pydantic

Organizations

@jazzband @FreeDGroup @Blueberry-Music @Team-9575
Block or Report

Block or report xncbf

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
xncbf/README.md
from earth import Human

class ItMe(Human):
    first_name: str = "joon hwan"
    last_name: str = "kim"
    resides_in: str = "🇰🇷"
    enjoys: List[str] = ["🍔", "💻", "🐍", "🐶", "🐈", "☕️", "🍺", "🍷"]
    speaks: List[str] = ["ko-KR", "🐍v3.12"]
    web: str = "https://pypy.dev/"
    work_where: str = "FreeD Soft"
    work_what: str = "backend-engineer"

    @classmethod
    def hi(cls):
        print(f"hey 👋, i'm {cls.first_name.capitalize()}")
        print(f"currently i work in {cls.work_what} @ {cls.work_where} in {cls.resides_in}")
        print(f"i speak {' and '.join(cls.speaks)}")
        print(f"some things i like: {', '.join(cls.enjoys)}")

>>> ItMe.hi()
hey 👋, i'm Joon Hwan
currently i work in backend-engineer @ FreeD Soft in 🇰🇷
i speak ko-KR and 🐍v3.12
some things i like: 🍔, 💻, 🐍, 🐶, 🐈, ☕️, 🍺, 🍷

Pinned

  1. python/cpython python/cpython Public

    The Python programming language

    Python 59.7k 28.9k

  2. tiangolo/fastapi tiangolo/fastapi Public

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

    Python 71.2k 6k

  3. django/django django/django Public

    The Web framework for perfectionists with deadlines.

    Python 76.9k 30.8k

  4. zappa/Zappa zappa/Zappa Public

    Serverless Python

    Python 3.1k 354

  5. django-dynamodb-cache django-dynamodb-cache Public

    Django cache backend for serverless

    Python 30 5

  6. rcs-pydantic rcs-pydantic Public

    pydantic models for rcs

    Python 11 2