Python files are compiled to bytecode (*.pyc).
Using Cython you can compile them to machine code (*.so in Linux).
If you use have both files in the same fol
Python will load the .so file first. See this question for an ordered list of the suffixes that python searches for.
.so
Well, I'll just tell you:
foo (a directory) foo.so foomodule.so foo.py foo.pyc