- Mastering Python Scripting for System Administrators
- Ganesh Sanjiv Naik
- 119字
- 2021-07-02 14:00:14
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: " To unpack the archives shutil module has unpack_archive() function."
A block of code is set as follows:
>>> 3 * 'hi' + 'hello'
'hihihihello'
Any command-line input or output is written as follows:
sudo apt install python3-pip
Bold: Indicates a new term, an important word, or words that you see onscreen. Here is an example: " The CSV format, which stands for Comma Separated Values format."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Oracle Exadata性能優化
- 編程卓越之道(卷3):軟件工程化
- Reactive Programming with Swift
- PyTorch自然語言處理入門與實戰
- Magento 2 Development Cookbook
- 深度強化學習算法與實踐:基于PyTorch的實現
- Hands-On Swift 5 Microservices Development
- Getting Started with LLVM Core Libraries
- Learning Laravel's Eloquent
- Mastering Git
- 平面設計經典案例教程:CorelDRAW X6
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- IDA Pro權威指南(第2版)
- 軟件測試分析與實踐