Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python without creating pyc

import sys

sys.dont_write_bytecode = True
 
PREVIOUS NEXT
Tagged: #python #creating #pyc
ADD COMMENT
Topic
Name
6+4 =