Python Basics: Chapter 17 – Scientific Computing and Graphing Quiz

Interactive Quiz ⋅ 5 Questions
By David Amos

In recent years, Python has become one of the tools of choice for scientific computing and data science. This popularity is due in part to the wealth of third-party packages available on PyPI for manipulating and visualizing data.

In this chapter, you got an introduction to two of these packages. First, you met the NumPy package, which is used to store and manipulate matrices of data. NumPy is an essential part of Python’s scientific computing stack and is used by a large number of professional scientists and data scientists. Then you learned how to plot data using the popular matplotlib package.

The quiz contains 5 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!

« Browse All Python Quizzes