About 1,570,000 results
Open links in new tab
  1. 6. ModulesPython 3.13.5 documentation

    3 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 …

  2. MODULE Definition & Meaning - Merriam-Webster

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

  3. Python Modules - W3Schools

    There are several built-in modules in Python, which you can import whenever you like. Import and use the platform module: There is a built-in function to list all the function names (or variable …

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

    Sep 13, 2024 · Module declarations. A translation unit may have a module declaration, in which case it is considered a module unit.The module declaration, if provided, must be the first …

  5. JavaScript modules - JavaScript | MDN - MDN Web Docs

    May 23, 2025 · To get modules to work correctly in a browser, you need to make sure that your server is serving them with a Content-Type header that contains a JavaScript MIME type such …