October 2020
Beginner to intermediate
168 pages
2h 29m
English
In Chapter 1, we acquainted ourselves with Python and learned how to write a very simple program with Python. We also saw how to use Python in both interactive mode and script mode. In this chapter, we explore Jupyter Notebook. In Chapter 1 we saw that interactive mode offers us the immediate feedback of Python statements. We will continue using the interactive mode of Python throughout the book almost all of the demonstrations. However, rather than using Python’s built-in interactive mode ...