- 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:~$
推薦閱讀
- Learning Scala Programming
- DevOps:軟件架構師行動指南
- C程序設計簡明教程(第二版)
- C#程序設計實訓指導書
- Drupal 8 Module Development
- INSTANT Passbook App Development for iOS How-to
- 深入淺出Serverless:技術原理與應用實踐
- C語言程序設計
- 從Java到Web程序設計教程
- Mastering Elasticsearch(Second Edition)
- C++編程兵書
- R語言:邁向大數據之路(加強版)
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Oracle 12c從入門到精通(視頻教學超值版)
- Python Programming for Arduino