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

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

  2. Module (mathematics) - Wikipedia

    In a module, the scalars need only be a ring, so the module concept represents a significant generalization. In commutative algebra, both ideals and quotient rings are modules, so that many …

  3. Modules - definition of Modules 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.

  4. Python Modules - GeeksforGeeks

    Apr 6, 2026 · Modules help organize code into separate files so that programs become easier to maintain and reuse. Instead of writing everything in one place, related functionality can be grouped …

  5. MODULE | English meaning - Cambridge 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 - Wikipedia

    Modular building: prefabricated building that consists of repeated sections called modules, used as house or other, some of them open source, in this case, open source hardware.

  7. 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.

  8. MODULE Definition & Meaning | Dictionary.com

    In space exploration, module can refer specifically to one of the lunar modules used for landing on the moon during the Apollo space missions. Two astronauts used a module to descend to the moon from …

  9. Module - Definition, Meaning & Synonyms | Vocabulary.com

    In space exploration, module can refer specifically to one of the lunar modules used for landing on the moon during the Apollo space missions. Two astronauts used a module to descend to the moon from …

  10. 6. ModulesPython 3.14.6 documentation

    1 day ago · A module is a file containing Python definitions and statements. The file name is the module name with the suffix .py appended. Within a module, the module’s name (as a string) is available as …