
Python Quiz - 1
Quiz by Dr. Dishant Pandya
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Conda is
Pip
"pip install package_name" is the command for installing any package in R
Anaconda is developed by
Miniconda contains pip.
An environment is a directory that contains all the files needed for a particular application such as Python interpreter, packages, and configuration files.
Installation of Python packages is possible through normal text files.
Code editor does not have GUI.
Thonny is an IDE whereas Wing is only text editor.
Control-flow might consist of conditional statements.
Functions might contain parameters or return data.
A file with a group of functions, variables, and class definitions that can be imported into other applications and files is called
A sequence of characters, textual data. Enclosed in quotes is known as
To make a given element private (secured) in Python, add
Polymorphism means an object with many properties.