- 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.
推薦閱讀
- Objective-C Memory Management Essentials
- 大學計算機基礎實驗教程
- 無代碼編程:用云表搭建企業數字化管理平臺
- Software Testing using Visual Studio 2012
- 基于免疫進化的算法及應用研究
- 新編Premiere Pro CC從入門到精通
- MATLAB定量決策五大類問題
- Visual Basic程序設計實踐教程
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Oracle數據庫編程經典300例
- SpringBoot從零開始學(視頻教學版)
- ASP.NET Web API Security Essentials
- 大規模語言模型開發基礎與實踐
- Python趣味創意編程
- H5匠人手冊:霸屏H5實戰解密