EUNO.NEWS EUNO.NEWS
  • All (20335)
  • AI (3102)
  • DevOps (910)
  • Software (10501)
  • IT (5776)
  • Education (45)
  • Notice (1)
  • All (20335)
    • AI (3102)
    • DevOps (910)
    • Software (10501)
    • IT (5776)
    • Education (45)
  • Notice (1)
  • All (20335)
  • AI (3102)
  • DevOps (910)
  • Software (10501)
  • IT (5776)
  • Education (45)
  • Notice (1)
Sources Tags Search
한국어 English 中文
  • 3주 전 · software

    Python 컴프리헨션은 선언적이다 (그리고 그것이 중요한 이유)

    리스트의 모든 숫자를 제곱하는 두 가지 방법 (Python) **버전 A** ```python squares = [] for num in numbers: squares.append(num ** 2) ``` **버전 B** ```python squares = [num ** 2 for num in numbers] ```

    #python #list-comprehensions #declarative-programming #imperative-vs-declarative #code-style #best-practices
  • 1개월 전 · software

    Python by Structure: 리스트 컴프리헨션과 '단일 액션'

    Timothy의 “Assembly Line” 코드

    #python #list-comprehensions #loops #code-readability #programming #software-development
  • 1개월 전 · software

    나는 45개의 Lambda 함수 연습을 완료했어요 (그리고 아직도 초보자예요!)

    내 함수형 프로그래밍 학습 여정: 나는 최근에 lambda functions와 functional programming을 배우기 위해 45개의 연습문제가 포함된 포괄적인 워크북을 완료했습니다.

    #python #lambda-functions #functional-programming #learning-resources #exercises #beginner #map-filter #list-comprehensions #higher-order-functions
  • 1개월 전 · software

    Python by Structure: 리스트 컴프리헨션과 숨겨진 복잡성

    Timothy는 데이터 처리 코드를 리팩토링하던 중 이해할 수 없는 컴프리헨션을 마주했다. > “Margaret, someone wrote this comprehension and I can't...

    #python #list-comprehensions #code-readability #refactoring #nested-loops #programming
EUNO.NEWS
RSS GitHub © 2026