Python libraries name stands for [closed]
Python libraries name stands for [closed]
I know the purposes of NumPy, SciPy, Pandas, Scikit-Learn, matplotlib and Seaborn. However, I'm interested to know actually what they stand for?
This question appears to be off-topic. The users who voted to close gave this specific reason:
sns
Science Kit - Learn
@GrantMcCloskey Actually according to Wikipedia about SciKit-Learn, name stems from the notion that it is a "SciKit" (SciPy Toolkit). See this: en.wikipedia.org/wiki/Scikit-learn
– Agile_Eagle
Aug 23 at 14:13
The Acronym Pandas The aconym has been derived from "Python and data analysis" and "panel data". python-course.eu/pandas.php
– Chris_Rands
Aug 23 at 14:13
1 Answer
1
NumPy: Numerical Python
SciPy: Scientific Python
Pandas: Python and data analysis (The acronym has been derived from "Python and data analysis" and "panel data".)
SciKit-Learn: Its name stems from the notion that it is a "SciKit" (SciPy Toolkit), a separately-developed and distributed third-party extension to SciPy.
Matplotlib: Matlab Plot Library (Guess)
Seaborn: Samuel Norman "Sam" Seaborn is a fictional character portrayed by Rob Lowe on the television serial drama The West Wing. So it is imported as sns
sns
Samuel Norman "Sam" Seaborn is a fictional character portrayed by Rob Lowe on the television serial drama The West Wing. Does that help? *Hence
sns
andScience Kit - Learn
?– Grant McCloskey
Aug 23 at 14:09