Python Concepts/Quizzes/Installation

Python quiz — installation: There are multiple programs that allow you to run a Python program.

1 Spyder

is a Python module
is a Python library/package
is an integrated development environment for Python
has an interactive shell

2 IPython

is a Python module
is an integrated development environment for Python
has an interactive shell
may be used for effective numeric computations
has automatic history

3 Eric

is a Python module
is an integrated development environment for Python

4 NLTK is

is a Python library/package
is an integrated development environment for Python
is installed by default when you install basic python
has data that can be downloaded with nltk.download()

5 NumPy

is a Python library/package
is an integrated development environment for Python
is installed by default when you install basic python
is for numeric computations

6 pip

is a Python library/package
is an integrated development environment for Python
is installed by default when you install basic python
is for effective numeric computations

7 Enthought or rather EPD

is a Python library/package
is an integrated development environment for Python
is installed by default when you install basic python
may be used for effective numeric computations

8 'pyjamas'

is needed for python to work
compiles Python to Javascript

9 The tool that allows you to construct multiple installations of python (e.g., for development and production) is called

setup
distutils
virtualenv
easy_install

10 Of the Python libraries/packages

'BeautifulSoup' is related to food recipes
'nose' is for testing Python modules
'cherrypy' is a web application framework