- 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)
- 區(qū)塊鏈架構(gòu)與實現(xiàn):Cosmos詳解
- Learning Data Mining with Python
- Koa開發(fā):入門、進階與實戰(zhàn)
- 實戰(zhàn)Java高并發(fā)程序設(shè)計(第3版)
- PHP 7+MySQL 8動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- Lighttpd源碼分析
- Oracle GoldenGate 12c Implementer's Guide
- Julia High Performance(Second Edition)
- Instant Pygame for Python Game Development How-to
- Learning Perforce SCM
- Java 開發(fā)從入門到精通
- 片上系統(tǒng)設(shè)計思想與源代碼分析
- Python Machine Learning
- MATLAB信號處理與應(yīng)用