python
an archive of posts in this category
-
덕 타이핑, 그리고 파이썬이 타입을 다루는 방식
덕 타이핑이란 무엇인지, ABC와 Protocol이 덕 타이핑에 어떤 영향을 미치는지, 그리고 타입 힌트가 덕 타이핑과 어떻게 공존하는지에 대한 설명.
-
classmethod vs staticmethod in Python
Compare classmethod and staticmethod in Python with examples.
-
Powerful, and Thorough Unit Tests with pytest
A practical guide for writing clean, maintainable, and effective unit tests in Python using the pytest framework.
-
Publishing a Package to PyPI
Publishing a Python package to PyPI
-
Python's `breakpoint()`
Meet `breakpoint()`: Your Built‑In Debug Superpower in Modern Python
-
Python's `contextmanager`
Temporarily Tweaking an Object (and Putting It Back)