- Secret Recipes of the Python Ninja
- Cody Jackson
- 79字
- 2021-06-25 22:14:43
There's more...
Because bytecode is platform-independent (due to being run through the platform's interpreter), Python code can be released either as .py source files or as .pyc bytecode. This is where bytecode-only packages come into play; to provide a bit of obfuscation and (subjective) security, Python programs can be released without the source code and only the pre-compiled .pyc files are provided. In this case, the compiled code is placed in the source directory rather than the source-code files.
推薦閱讀
- Google Apps Script for Beginners
- Java程序設(shè)計與實踐教程(第2版)
- Mastering AndEngine Game Development
- Reactive Programming With Java 9
- GeoServer Beginner's Guide(Second Edition)
- TradeStation交易應(yīng)用實踐:量化方法構(gòu)建贏家策略(原書第2版)
- Swift細致入門與最佳實踐
- PySide 6/PyQt 6快速開發(fā)與實戰(zhàn)
- Unity 2D Game Development Cookbook
- SQL Server數(shù)據(jù)庫管理與開發(fā)兵書
- Swift 4從零到精通iOS開發(fā)
- Node.js區(qū)塊鏈開發(fā)
- Visual FoxPro程序設(shè)計實驗教程
- Swift Essentials(Second Edition)
- Python程序設(shè)計