Notice
Recent Posts
Recent Comments
Link
목록functools (1)
Kim Jinung
Python - functools.cmp_to_key (compare sort, 비교 정렬)
functools — Higher-order functions and operations on callable objects Source code: Lib/functools.py The functools module is for higher-order functions: functions that act on or return other functions. In general, any callable object can be treated as a function for t... docs.python.org cmp_to_key 함수는 파이썬의 old style 비교 함수다. 파이썬의 sort 함수를 사용하다 보면 람다식을 이용해서 중첩 리스트의 특정 요소를 기준으로 정렬한다던가 하는 방법을 종종 사용한다..
Language/Python
2023. 1. 19. 20:53