- Network Science with Python and NetworkX Quick Start Guide
- Edward L. Platt
- 129字
- 2021-06-24 15:18:48
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: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
G_karate = nx.karate_club_graph()
mr_hi = 0
john_a = 33
When code produces text output, that text output is set in bold:
list(nx.all_shortest_paths(G_karate, mr_hi, john_a))
[[0, 8, 33], [0, 13, 33], [0, 19, 33], [0, 31, 33]]
Bold: Indicates a new term or an important word. For example: "Statements that refer to themselves are called self-referential."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 機(jī)器學(xué)習(xí)及應(yīng)用(在線實(shí)驗(yàn)+在線自測)
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- Python Data Science Essentials
- 現(xiàn)代機(jī)械運(yùn)動(dòng)控制技術(shù)
- 大數(shù)據(jù)平臺(tái)異常檢測分析系統(tǒng)的若干關(guān)鍵技術(shù)研究
- 完全掌握AutoCAD 2008中文版:綜合篇
- Storm應(yīng)用實(shí)踐:實(shí)時(shí)事務(wù)處理之策略
- 影視后期編輯與合成
- 自動(dòng)化生產(chǎn)線安裝與調(diào)試(三菱FX系列)(第二版)
- Visual Studio 2010 (C#) Windows數(shù)據(jù)庫項(xiàng)目開發(fā)
- 數(shù)據(jù)要素:全球經(jīng)濟(jì)社會(huì)發(fā)展的新動(dòng)力
- 智慧未來
- 步步驚“芯”
- Java組件設(shè)計(jì)
- Learn Microsoft Azure