Save
...
Computer 10 (PHINMA)
Quarter 1 (COMP10) (PHINMA)
Python (COMP10) (PHINMA)
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Cilensya
Visit profile
Cards (11)
What is the purpose of the Matplotlib library in Python?
Matplotlib is a library for creating
static
,
interactive
, and
animated visualizations
in Python.
View source
What is the purpose of the SymPy library in Python?
SymPy is a library for
symbolic mathematics.
View source
What is the purpose of the Pandas library in Python?
Pandas provides
data manipulation
and
analysis tools.
View source
What is the purpose of the NumPy library in Python?
NumPy offers support for
large
, multi-dimensional
arrays
and
matrices.
View source
What is the purpose of the SciPy library in Python?
SciPy is used for
scientific
and
technical
computing.
View source
What is the purpose of the Scikit-learn library in Python?
Scikit-learn is a library for
machine learning
that includes tools for
data mining
and
analysis.
View source
What are TensorFlow and PyTorch used for?
TensorFlow and PyTorch are popular libraries for
deep learning.
View source
What is the purpose of the Tkinter library in Python?
Tkinter is a standard
GUI
library for creating
desktop
applications.
View source
What is the purpose of the Pygame library in Python?
Pygame is a set of Python modules designed for writing
video games.
View source
What are the steps to install Python on Windows?
Visit
the Official Python Website: Go to
python.org.
Download
the Installer: Navigate to the "
Downloads
" section.
Run
the downloaded installer.
Check
the option "Add Python to PATH."
Select
"Install Now" or customize the installation if needed.
View source
What are the steps to install Python on macOS?
Open
the downloaded
pkg
file and follow the instructions.
Python
is usually
pre-installed
on macOS, but you may want to install a newer version.
View source