- Mastering Python Networking
- Eric Chou
- 133字
- 2021-07-02 21:42:31
Operating system
As mentioned, Python is cross platform. Python programs can be run on Windows, Mac, and Linux. In reality, certain care needs to be taken when you need to ensure cross-platform compatibility, such as taking care of the subtle difference backslashes in Windows filenames. Since this book is for DevOps, systems, and network engineers, Linux is the preferred platform for the intended audience, especially in production. The code in this book will be tested on the Linux Ubuntu 16.06 LTS machine. I will also try my best to make sure the code runs the same on Windows and the Mac platform.
If you are interested in the OS details, they are as follows:
echou@pythonicNeteng:~$ uname -a
Linux pythonicNeteng 4.4.0-31-generic #50-Ubuntu SMP
Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64
GNU/Linux
echou@pythonicNeteng:~$
推薦閱讀
- 程序員修煉之道:程序設計入門30講
- 大學計算機基礎實驗教程
- Spring技術內幕:深入解析Spring架構與設計
- 深入理解Django:框架內幕與實現原理
- Web Application Development with R Using Shiny(Second Edition)
- Oracle JDeveloper 11gR2 Cookbook
- INSTANT Passbook App Development for iOS How-to
- Android開發:從0到1 (清華開發者書庫)
- 精通MATLAB(第3版)
- Python機器學習:預測分析核心算法
- 區塊鏈技術進階與實戰(第2版)
- Processing創意編程指南
- UI動效設計從入門到精通
- 計算機程序的構造和解釋(JavaScript版)
- Building Microservices with .NET Core 2.0(Second Edition)