- Mastering Python Networking
- Eric Chou
- 95字
- 2021-07-02 21:42:38
Downsides of Pexpect and Paramiko compared to other tools
The number one downside for our method so far is that they do not return structured data. They return the data that we find ideal to fit on a terminal to be interpreted by a human but not by a computer program. The human eye can easily interpret a space while the computer only sees a return character. This, of course, depends on the network devices to be made that is automation friendly.
We will take a look at a better way in the next chapter.
推薦閱讀
- Java程序設計與開發
- Mastering ServiceStack
- Vue.js 3.x從入門到精通(視頻教學版)
- 算法大爆炸:面試通關步步為營
- Python編程完全入門教程
- Hands-On C++ Game Animation Programming
- Cassandra Data Modeling and Analysis
- Linux操作系統基礎案例教程
- Clojure for Machine Learning
- Learning iOS Security
- Go語言從入門到精通
- Mastering JavaScript
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Flink核心技術:源碼剖析與特性開發
- 現代C++語言核心特性解析