Python의 itertools의 chain()으로 리스트(list) 붙이기(접합, concatenation)
Python의 매력은 그 어떤 프로그래밍 언어보다 리스트(list) 다루는 방법이 우아(elegant)한 데 있습니다. 리스트 컴프리헨션(list comprehension)은 물론이거니와, itertools, numpy, pandas 같은 라이브러리도 이 우아함에 한 몫씩 하지요.... »
Python의 매력은 그 어떤 프로그래밍 언어보다 리스트(list) 다루는 방법이 우아(elegant)한 데 있습니다. 리스트 컴프리헨션(list comprehension)은 물론이거니와, itertools, numpy, pandas 같은 라이브러리도 이 우아함에 한 몫씩 하지요.... »