where to use a pyc file?
- by sia
i want to know what is a pyc file(python bytecode) i want to know all details,
i want to know about the compiler,
is it a replacement for exe?
does it need to be run by python?
is it as portable as .py file is?
where sould i use this?
tnx