Skip to content
View xncbf's full-sized avatar
🐍
β–„β–„β–€β–€β–„β–„β–€β–€β–„β–„β–€β–€β–„β–„β–€κœš
🐍
β–„β–„β–€β–€β–„β–„β–€β–€β–„β–„β–€β–€β–„β–„β–€κœš

Sponsoring

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

Organizations

@jazzband @FreeDGroup @ab180 @Blueberry-Music @Team-9575

Block or report xncbf

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 = "ab180"
    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 @ab180 in πŸ‡°πŸ‡·
i speak ko-KR and 🐍v3.12
some things i like: πŸ”, πŸ’», 🐍, 🐢, 🐈, β˜•οΈ, 🍺, 🍷

Pinned Loading

  1. python/cpython python/cpython Public

    The Python programming language

    Python 67.3k 32.1k

  2. fastapi/fastapi fastapi/fastapi Public

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

    Python 85.9k 7.4k

  3. django/django django/django Public

    The Web framework for perfectionists with deadlines.

    Python 83.8k 32.6k

  4. zappa/Zappa zappa/Zappa Public

    Serverless Python

    Python 3.5k 375

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

    Django cache backend for serverless

    Python 32 5

  6. rcs-pydantic rcs-pydantic Public

    pydantic models for rcs

    Python 11 2