eastern star jewelry wholesale Can you introduce the meaning of the suffix name after writing and compiling files in Python?

eastern star jewelry wholesale

3 thoughts on “eastern star jewelry wholesale Can you introduce the meaning of the suffix name after writing and compiling files in Python?”

  1. sell jewelry wholesale Except for the GUI program, other types do not have a special suffix.
    , for example:
    In the Py2exe module
    hello.py code

    print Hello, world!
    raw_input (Press u003CEnter>) n Configure Setup.py Code
    from differentutils.core import setup
    import py2exe
    Setup (console = [hello.py])
    Finally, you store two files in one piece. Perform C: pythonx.xpython setup.py py2exe
    also has other libraries to complete EXE. Such as: pywin32
    Extension information:
    python will compile the source code in the PY file into Python's byte code (byte code), and then Python Virtual Machine (Python virtual machine) Let's execute these compiled byte codes. The basic thoughts of this mechanism are consistent with Java .Net.
    Python Virtual Machine is different from the Virtual Machine of Java or .NET. Python's Virtual Machine is a more advanced Virtual Machine. The advanced level here is not in the usual sense, not to say that Python's Virtual Machine is more powerful than Java or .NET, but compared with Java or .NET, Python's Virtual Machine is farther away from real machines.
    Reference information Source: Baidu Encyclopedia-Python

  2. wholesale indian silver jewelry Py Pyw is the source file PYC PYO is a compiled file PYD. In fact, the dynamic link library is essentially Windows DLL file or unix's SO file PYW without console, that is, the file opened by Pythonw by default. PY was opened with Python by default. PYO is an optimized compilation file (although it is basically no different from the PYC file)

Leave a Comment