- 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:~$
推薦閱讀
- Java Web開發學習手冊
- Java異步編程實戰
- JavaScript:Functional Programming for JavaScript Developers
- 前端架構:從入門到微前端
- 重學Java設計模式
- Java應用開發技術實例教程
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Haxe Game Development Essentials
- Getting Started with LLVM Core Libraries
- Test-Driven JavaScript Development
- Everyday Data Structures
- Python數據科學實踐指南
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- Apache Solr for Indexing Data
- 大話代碼架構:項目實戰版