<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Module Python</title><link>http://www.bing.com:80/search?q=Module+Python</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Module Python</title><link>http://www.bing.com:80/search?q=Module+Python</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>6. Modules — Python 3.14.7 documentation</title><link>https://docs.python.org/3/tutorial/modules.html</link><description>6. Modules ¶ If you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat longer program, you are better off using a text editor to prepare the input for the interpreter and running it with that file as input instead. This is known as creating a script. As your program gets longer, you ...</description><pubDate>Sun, 23 Aug 2026 04:22:00 GMT</pubDate></item><item><title>Python Modules - W3Schools</title><link>https://www.w3schools.com/python/python_modules.asp</link><description>Built-in Modules There are several built-in modules in Python, which you can import whenever you like.</description><pubDate>Sat, 22 Aug 2026 18:28:00 GMT</pubDate></item><item><title>Python Module Index — Python 3.14.7 documentation</title><link>https://docs.python.org/3/py-modindex.html</link><description>Python Module Index _ | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | z</description><pubDate>Sun, 23 Aug 2026 00:11:00 GMT</pubDate></item><item><title>Python Modules - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/python/python-modules/</link><description>This is all that is required to create a module. Import module Modules can be used in another file using the import statement. When Python sees an import, it loads the module if it exists in the interpreter’s search path. Below is the syntax to import a module: import module Example: Here, we are importing the calc that we created earlier to perform add operation.</description><pubDate>Sat, 22 Aug 2026 17:38:00 GMT</pubDate></item><item><title>Python Modules and Imports: How to Organise and Reuse Code</title><link>https://openpython.org/articles/python-modules-and-imports-guide</link><description>Learn how Python modules and imports work. Covers import, from...import, as aliases, the standard library (os, sys, math, random, datetime), pip, and creating your own reusable modules.</description><pubDate>Thu, 20 Aug 2026 14:20:00 GMT</pubDate></item><item><title>PyPI · The Python Package Index</title><link>https://pypi.org/</link><description>The Python Package Index (PyPI) is a repository of software for the Python programming language. PyPI helps you find and install software developed and shared by the Python community.</description><pubDate>Sat, 22 Aug 2026 08:41:00 GMT</pubDate></item><item><title>Python Modules – Types and Examples - Python Geeks</title><link>https://pythongeeks.org/modules-in-python/</link><description>Learn what is module in Python, types of Python Modules - Built-in &amp;User defined, Examples of various Modules in Python, packages in Python.</description><pubDate>Fri, 21 Aug 2026 20:09:00 GMT</pubDate></item><item><title>Python Standard Library Modules (3.13) - W3Schools</title><link>https://www.w3schools.com/python/python_ref_modules.asp</link><description>This page lists the built-in modules that ship with the Python 3.13 Standard Library. These modules are available without extra installation (some are platform-dependent).</description><pubDate>Sun, 23 Aug 2026 04:36:00 GMT</pubDate></item><item><title>Python Modules (With Examples) - Programiz</title><link>https://www.programiz.com/python-programming/modules</link><description>Import modules in Python We can import the definitions inside a module to another module or the interactive interpreter in Python. We use the import keyword to do this. To import our previously defined module example, we type the following in the Python prompt. import example This does not import the names of the functions defined in example directly in the current symbol table. It only ...</description><pubDate>Fri, 14 Aug 2026 10:16:00 GMT</pubDate></item><item><title>Python Modules</title><link>https://www.pythontutorial.net/python-basics/python-module/</link><description>A Python module is a file that contains Python code. For example, when building a shopping cart application, you can have one module for calculating prices and another module for managing items in the cart.</description><pubDate>Thu, 20 Aug 2026 19:20:00 GMT</pubDate></item></channel></rss>