- 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.
推薦閱讀
- C++ Primer習題集(第5版)
- AngularJS Testing Cookbook
- Practical UX Design
- Web Scraping with Python
- 精通API架構:設計、運維與演進
- Cassandra Data Modeling and Analysis
- Spring快速入門
- INSTANT Sinatra Starter
- Instant Debian:Build a Web Server
- 零代碼實戰:企業級應用搭建與案例詳解
- JSP程序設計與案例實戰(慕課版)
- Learning Cocos2d-JS Game Development
- 前端程序員面試筆試真題與解析
- 匯編語言程序設計
- Scratch 3.0少兒游戲趣味編程