필요한 개념 및 용어 정리
Library and Framework
https://dsaint31.tistory.com/452
package.version
2024.09.19 - [Python] - [Etc] SW Version: Semantic Versioning + package.version
API and ABI
https://dsaint31.tistory.com/503
http://ds31x.blogspot.com/2017/03/application-binary-interface-abi.html?q=API
용어 : namespace, frame, and context ← namesapce만.
https://dsaint31.tistory.com/508
Modules and Packages
module이란 (간단버전)
https://ds31x.blogspot.com/2017/01/python-module.html?q=module
개념 정리 (detail).
https://dsaint31.me/mkdocs_site/python/basic/module_package/
namespace package
2024.09.11 - [Python] - [Py] Namespace Package
ex: math
모듈의 atan2
를 사용해보기.
Module Search Path and sys.path
https://dsaint31.tistory.com/528
고급주제
importlib.reload
: module 재적재
https://dsaint31.tistory.com/527
같이보면 좋은 자료들
8.1장의 "그래프 그리기" 의 첫 부분에 module, package, library에 대한 간략하고 이해하기 쉬운 설명이 있음: 320p
package라는 용어는 os에 설치되는 다양한 software를 가리키는데 사용되기도 하니 주의할 것.
2024.09.08 - [분류 전체보기] - [Summary] Package Manager
'Python' 카테고리의 다른 글
[Python] Slash and Asterisk for Function Parameters (1) | 2024.02.04 |
---|---|
[Python] mutable and immutable: Mutability (0) | 2024.02.03 |
[Python] Arithmetics, Variables, Types and Assignment (1) | 2024.01.24 |
[Python] Unicode and Python: encode and decode (0) | 2024.01.16 |
[Python] Unicode and Python : Unicode Literal (0) | 2024.01.16 |