Python (COMP10) (PHINMA)

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.
  • What is the purpose of the SymPy library in Python?
    SymPy is a library for symbolic mathematics.
  • What is the purpose of the Pandas library in Python?
    Pandas provides data manipulation and analysis tools.
  • What is the purpose of the NumPy library in Python?
    NumPy offers support for large, multi-dimensional arrays and matrices.
  • What is the purpose of the SciPy library in Python?
    SciPy is used for scientific and technical computing.
  • 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.
  • What are TensorFlow and PyTorch used for?
    TensorFlow and PyTorch are popular libraries for deep learning.
  • What is the purpose of the Tkinter library in Python?
    Tkinter is a standard GUI library for creating desktop applications.
  • What is the purpose of the Pygame library in Python?
    Pygame is a set of Python modules designed for writing video games.
  • What are the steps to install Python on Windows?
    1. Visit the Official Python Website: Go to python.org.
    2. Download the Installer: Navigate to the "Downloads" section.
    3. Run the downloaded installer.
    4. Check the option "Add Python to PATH."
    5. Select "Install Now" or customize the installation if needed.
  • What are the steps to install Python on macOS?
    1. Open the downloaded pkg file and follow the instructions.
    2. Python is usually pre-installed on macOS, but you may want to install a newer version.