Python

12345678
Across
  1. 2. A built-in function used to check if an object belongs to a specified class.
  2. 4. A Python package used for natural language processing.
  3. 5. A Python library used for numerical computations and data analysis.
  4. 7. A Python library used for web scraping and extracting data from HTML and XML files.
Down
  1. 1. A Python library used for creating interactive visualizations.
  2. 3. A Python framework used for building web applications.
  3. 6. A built-in function used to apply a function to every item of iterable, and return a list of the results.
  4. 8. A method used to execute a command in the shell and return its output.