Python Library Function: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - ". ----" to ". ----") |
m (Text replacement - "__NOTOC__ " to "__NOTOC__ ") |
||
Line 18: | Line 18: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Concept]] | [[Category:Concept]] |
Latest revision as of 05:00, 6 January 2023
A Python Library Function is a Python function from a Python library.
- Context:
- It can be from a Python Module.
- Example(s):
- a NumPy Function.
- a sklearn Function, such as from the sklearn.svm Module.
- a NLTK Function.
- …
- Counter-Example(s):
- See: Python Variable.