New posts in python-module

Difference between Module and Class in Python

Recursive version of 'reload'

How to reload python module imported using `from module import *`

Can't install mysql-python (newer versions) in Windows

Import python module NOT on path

Python import modules from a higher level package

Python: 'Private' module in a package

Error while finding spec for 'fibo.py' (<class 'AttributeError'>: 'module' object has no attribute '__path__')

How do I extend a python module? Adding new functionality to the `python-twitter` package

Changes to static class variable are not visible from another module

How to make global imports from a function?

How to get filename of the __main__ module in Python?

How do I document a module in Python?

What is Python's heapq module?

What's the difference between __builtin__ and __builtins__?

Two Python modules require each other's contents - can that work?

Prevent Python from caching the imported modules

How does python find a module file if the import statement only contains the filename?

Python: replacing a function within a class of a module

Importing modules: __main__ vs import as module