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

    Dec 5, 2016 · 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. 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.

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

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

  6. 6. ModulesPython 3.14.2 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 …

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

  8. Python Modules - GeeksforGeeks

    Nov 20, 2025 · 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 …

  9. Python Modules - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  10. Module: Definition, Purpose, and Examples - mimo.org

    Module: Definition, Purpose, and Examples A module is a file or collection of files that groups related functions, variables, classes, or other logic into a reusable unit. Instead of keeping all …