Effective PyCharm Transcripts
Chapter: Data science tools
Lecture: Introduction to the data science tools

Login or purchase this course to watch this video and the rest of the course contents.
0:01 Our next topic is the scientific tooling and special features of PyCharm around the data science tools,
0:10 so if you're working with things like NumPy, Pandas, machine learning, Jupyter notebooks,
0:17 all of those things fall well in the realm of what we're talking about now, and you'll see that PyCharm has special support and debugging tools
0:25 for these types of libraries. So the first thing you're going to notice when you start working with PyCharm doing data sciency things
0:35 is some of the packages that are well known to be used in data science contexts like NumPy for example, PyCharm sees you importing one of these,
0:45 it'll automatically say hey it looks like you're doing something data sciency, do you want to turn on scientific mode,
0:51 and that will flip open into a new mode, so let's go explore that now.


Talk Python's Mastodon Michael Kennedy's Mastodon