September 2019
Beginner to intermediate
494 pages
13h
English
We already encountered the SciView panel in PyCharm briefly in the previous chapter. In this section, we will fully explore the support for data-related tasks offered by this feature. By the end of this section, I hope you will be able to appreciate the SciView panel, which I personally consider to be PyCharm's best feature when it comes to scientific computing and data science projects.
The code example we will be working with in this section is included in the Chapter12/SciViewPanel folder of our code repository and looks as follows. In essence, this program is the same as the one we were working with in the previous chapter.
However, instead of simply plotting the histogram to indicate the ...
Read now
Unlock full access