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
-
05:30
(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.