About the Notation

The following covers the specific notation used in this book.

Program Output

The book uses a left-pointed gray arrow in the left margin of a page to indicate program outputs. In the following scenario, print(1 + 2) is a Python statement, and 3 is the visual output of the statement.

 print​(1 + 2)
<= 3

“This Chapter Uses X”

This chapter uses X

“This chapter/section uses X” informs you that the material in the chapter or section goes beyond the core Python and NetworkX. If you’re unfamiliar with X, you’ll probably understand the content but may experience difficulties with comprehending the included code snippets. You’re advised to refresh your knowledge of the listed modules.

Directed Edges

NetworkX uses module Matplotlib ...

Get Complex Network Analysis in Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.