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: 🍔, 💻, 🐍, 🐶, 🐈, ☕️, 🍺, 🍷
🐍
▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀ꜚ
Full Stack Oriented @python Developer
- Seoul
-
20:30
- 9h ahead - 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.
-
-
-
1,074 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
xncbf/ecommerce-hybrid-search-playground,
xncbf/draw.io,
xncbf/online-ddl-poc
and 7 other
repositories
Loading
Contribution activity
April 2025
84
contributions
in private repositories
Apr 1 – Apr 22