Jun 24, 2025

[Python] module vs package

* Module(모듈): .py 파일 하나 (책 한권)

  - ex: math.py, os.py

* Package(패키지): __init__.py가 있는 폴더

  - 여러 모듈을 포함한 폴더 (책장이 있는 책꽂이)

  - __init__.py 파일이 있어야 패키지로 인식됨

  - numpy, sklearn, ...



No comments:

Post a Comment