- Python Data Science Essentials
- Alberto Boschetti Luca Massaron
- 121字
- 2021-08-13 15:19:29
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
In: G.add_edge(3,4)
G.add_edges_from([(2, 3), (4, 1)])
nx.draw_networkx(G)
plt.show()
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 腦動力:C語言函數速查效率手冊
- 輕松學Java Web開發
- 3D Printing with RepRap Cookbook
- 永磁同步電動機變頻調速系統及其控制(第2版)
- Implementing Oracle API Platform Cloud Service
- Apache Superset Quick Start Guide
- 云原生架構進階實戰
- Bayesian Analysis with Python
- 電子設備及系統人機工程設計(第2版)
- R Machine Learning Projects
- 簡明學中文版Photoshop
- 人工智能:智能人機交互
- 西門子S7-1200/1500 PLC從入門到精通
- Eclipse RCP應用系統開發方法與實戰
- Ubuntu 9 Linux應用基礎