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: 🍔, 💻, 🐍, 🐶, 🐈, ☕️, 🍺, 🍷
xncbf
Follow
🐍
▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀ꜚ
Full Stack Oriented @python Developer
- Seoul
-
14:31
(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.
-
-
-
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.