Python Crossword #2

12345678910
Across
  1. 1. A powerful Python library for data manipulation and analysis.
  2. 3. A function that belongs to a class and operates on its instances.
  3. 5. An instance of a class, encapsulating data and behaviour.
  4. 7. A property or characteristic of an object.
  5. 9. Comma-separated values, a simple file format for data storage.
  6. 10. A popular Python IDE for coding and debugging.
Down
  1. 2. The region of code where a variable is accessible.
  2. 4. A collection of data stored under a specific name on a computer.
  3. 6. A blueprint for creating objects, defining attributes and methods.
  4. 8. Sends a value back from a function.