Использование PyInstaller и Cython для создания исполняемого файла Python
Скомпилируйте выбранные модули с помощью Cython и упакуйте ваше приложение с помощью PyInstaller.
6 октября 2021
https://www.pexels.com/nl-nl/@polina-kovaleva
Ссылки / кредиты
Compiling Python Code with Cython
https://ron.sh/compiling-python-code-with-cython
Cython
https://en.wikipedia.org/wiki/Cython
PyInstaller Manual
https://pyinstaller.readthedocs.io/en/stable/
Using Cython to protect a Python codebase
https://bucharjan.cz/blog/using-cython-to-protect-a-python-codebase.html
Using PyInstaller to Easily Distribute Python Applications
https://realpython.com/pyinstaller-python
Подробнее
Compile Cython Distribution PyInstaller
Недавний
Большинство просмотренных
- Используя Python pyOpenSSL для проверки SSL-сертификатов, загруженных с хоста
- Использование PyInstaller и Cython для создания исполняемого файла Python
- Уменьшение времени отклика на запросы на странице Flask SQLAlchemy веб-сайта
- Подключение к службе на хосте Docker из контейнера Docker
- SQLAlchemy: Использование Cascade Deletes для удаления связанных объектов
- Использование UUID вместо Integer Autoincrement Primary Keys с SQLAlchemy и MariaDb