⭐️ Recent Posts

[Python] reduce 함수

less than 1 minute read

iterate 객체의 모든 요소를 누적 계산하는 함수

[Python] filter 함수

less than 1 minute read

iterate 객체 중 조건을 만족하는 요소만 남기는 함수

[Python] map 함수

less than 1 minute read

iterate 객체의 모든 요소에 특정 함수를 적용하는 함수

[Python] 언패킹 unpacking

1 minute read

하나의 데이터 묶음에서 개별 요소들을 추출해 각각의 변수에 직접 할당하는 기능


whdrns2013's Github chart