ML Crossword #7

123456789101112131415
Across
  1. 3. An anonymous inline function consisting of a single expression which is evaluated when the function is called
  2. 5. A function returning another function, usually applied as a function transformation using the @wrapper syntax
  3. 7. Listing of Python design principles and philosophies that are helpful in understanding and using the language
  4. 9. A label associated with a variable, a class attribute or a function parameter or return value, used by convention as a type hint
  5. 11. An Integrated Development Environment for Python
  6. 12. A Python module which can contain submodules or recursively, subpackages
  7. 14. A template for creating user-defined objects
  8. 15. An object that tries to find the loader for a module that is being imported
Down
  1. 1. A tool that tries to convert Python 2.x code to Python 3.x code
  2. 2. The class of a class
  3. 4. A programming style based on the principle “If it looks like a duck and quacks like a duck, it must be a duck.”
  4. 6. An object usually containing a portion of a sequence
  5. 8. The place where a variable is stored
  6. 10. file A file object able to read and write bytes-like objects
  7. 13. Easier to ask for forgiveness than permission