Pal's Web Log
Programming - Linux, Ubuntu, Python, Django, Postgres, HTML, Cloud, Data Science etc.
Labels
Django
Docker
Google Cloud
Linux
Postgres
Python
Wednesday, August 6, 2014
To compile Python Scripts
Python scripts with .py extension can be compiled to binary files with .pyc extension by the following command:
python -m compileall ./
This command compiles all scripts in the current directory.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment