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

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 = "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 Public

    The Python programming language

    Python 66.5k 31.7k

  2. fastapi/fastapi Public

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

    Python 83.6k 7.2k

  3. django/django Public

    The Web framework for perfectionists with deadlines.

    Python 83.3k 32.5k

  4. zappa/Zappa Public

    Serverless Python

    Python 3.5k 375

  5. django-dynamodb-cache Public

    Django cache backend for serverless

    Python 32 5

  6. rcs-pydantic Public

    pydantic models for rcs

    Python 11 2

1,074 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing xncbf's contributions from April 21, 2024 to April 22, 2025. The contributions are 71% commits, 11% pull requests, 9% code review, 9% issues.

Contribution activity

April 2025

84 contributions in private repositories Apr 1 – Apr 22
Loading