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