Sunday 25 December 2011

What Is Py Compile?


What Is Py Compile? | eHow.com
Programmers use the Python programming language to write flexible scripts for desktop applications and Web software. Python's ease of use come from the fact that it ...
http://www.ehow.com/info_12212546_py-co...
31.10. py_compile — Compile Python source files — Python v2.7 ...
The py_compile module provides a function to generate a byte-code file from a source file, and another function used when the module source file is invoked as a script.
http://docs.python.org/library/py_compi...
30.10. py_compile — Compile Python source files — Python v3 ...
The py_compile module provides a function to generate a byte-code file from a source file, and another function used when the module source file is invoked as a script.
http://docs.python.org/dev/library/py_c...
The py_compile module - effbot.org
This module allows you to explicitly compile Python modules to bytecode. It behaves like Python’s import statement, but takes a file name, not a module name.
http://effbot.org/librarybook/py-compil...
How do I create a .pyc file? ((An Unofficial) Python FAQ Wiki)
If you need to create abc.pyc -- that is, to create a .pyc file for a module that is not imported -- you can, using the py_compile and compileall modules.
http://pyfaq.infogami.com/how-do-i-crea...
How to compile PY to PYC? - Nokia Developer Community - Discussions
I just installed python 2.2.2 into Windows Vista and run "py_compile.compile("C ... Well, here's what I did. This is Hello.py: Code: import appuifw appuifw.note(u ...
http://www.developer.nokia.com/Communit...
py_compile — Compile Python source files
py_compile — Compile Python source files. The py_compile module provides a function to generate a byte-code file from a source file, and another function used when ...
http://docs.activestate.com/activepytho...
29.8. py_compile — Compile Python source files — Jython v2.5.2 ...
29.8. py_compile — Compile Python source files¶ The py_compile module provides a function to generate a byte-code file from a source file, and another function ...
http://www.jython.org/docs/library/py_c...
Compiling Python Code - effbot.org
import py_compile py_compile.compile("mymodule.py") There’s also a compileall module which can be used to compile all modules in an entire directory tree.
http://effbot.org/zone/python-compile.htm
py_compile - Epydoc
Module py_compile. Routine to "compile" a .py file to a .pyc (or .pyo) file. This module has intimate knowledge of the format of .pyc files.
http://epydoc.sourceforge.net/stdlib/py...

No comments:

Post a Comment

Popular Posts