fromearthimportHumanclassItMe(Human):
first_name: str="joon hwan"last_name: str="kim"resides_in: str="🇰🇷"enjoys: list[str] = ["🍔", "💻", "🐍", "🐶", "🐈", "☕️", "🍺", "🍷"]
speaks: list[str] = ["ko-KR", "🐍v3.14"]
web: str="https://pypy.dev/"work_where: str="ab180"work_what: str="backend-engineer"@classmethoddefhi(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'mJoonHwancurrentlyiworkinbackend-engineer @ab180in 🇰🇷
ispeakko-KRand 🐍v3.14somethingsilike: 🍔, 💻, 🐍, 🐶, 🐈, ☕️, 🍺, 🍷🐍
▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀ꜚ
@python Developer
- @ab180 airbridge
- Seoul
-
22:07
(UTC +09:00) - https://pypy.dev
Highlights
Pinned Loading
- fastapi/fastapi
fastapi/fastapi PublicFastAPI framework, high performance, easy to learn, fast to code, ready for production
- django/django
django/django PublicThe Web framework for perfectionists with deadlines.
- chatgpt-mcp
chatgpt-mcp PublicMCP server enabling interaction between macOS ChatGPT desktop app and MCP-compatible AI assistants.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.






