About 1,370,000 results
Open links in new tab
  1. MODULE Definition & Meaning - Merriam-Webster

    The meaning of MODULE is a standard or unit of measurement. How to use module in a sentence.

  2. Module (mathematics) - Wikipedia

    Like a vector space, a module is an additive abelian group, and scalar multiplication is distributive over the operations of addition between elements of the ring or module and is compatible with …

  3. 6. ModulesPython 3.14.0 documentation

    2 days ago · Such a file is called a module; definitions from a module can be imported into other modules or into the main module (the collection of variables that you have access to in a script …

  4. Module - definition of module by The Free Dictionary

    A standardized, often interchangeable component of a system or construction that is designed for easy assembly or flexible use: a sofa consisting of two end modules.

  5. MODULE | definition in the Cambridge English Dictionary

    The reactor was built in modules that were assembled later at the site. A module is also a part of a spacecraft that can operate independently from the main part.

  6. module noun - Definition, pictures, pronunciation and usage …

    one of a set of separate parts or units that can be joined together to make a machine, a piece of furniture, a building, etc. Ships are now built in modules rather than built in a whole from the …

  7. Python Modules - GeeksforGeeks

    Jul 23, 2025 · We have covered Python Modules and it's operations like create, import, etc. This article will give the overview about Python modules so that you can easily create and use …

  8. MODULE definition and meaning | Collins English Dictionary

    A module is one of a set of parts from which some buildings are made. Each module is made separately, and the completed modules are then joined together to form the building.

  9. MODULE Definition & Meaning | Dictionary.com

    Module definition: a separable component, frequently one that is interchangeable with others, for assembly into units of differing size, complexity, or function.. See examples of MODULE used …

  10. Modules (since C++20) - cppreference.com

    Sep 13, 2024 · The usage of headers is prominent for this purpose, an example being the standard library whose declarations can be provided by including the corresponding header. …