Library
Applies to: general
A library is reusable code you call from your program. A framework often calls your code and gives the application its structure.
import numpy as np
np.mean([1, 2, 3])
See also: package, api, dependency
Applies to: general
A library is reusable code you call from your program. A framework often calls your code and gives the application its structure.
import numpy as np
np.mean([1, 2, 3])
See also: package, api, dependency