Difference between revisions of "User:Praveer-mathur-9f3d@uni-bonn.de/python-on-hpc"
Jump to navigation
Jump to search
| Line 55: | Line 55: | ||
- Neither of them | - Neither of them | ||
|| Explanation: Wrong | || Explanation: Wrong | ||
| + | </quiz> | ||
| + | {{hidden end}} | ||
| + | |||
| + | {{hidden begin | ||
| + | |title = "Tightly integrated with its own virtual environment feature" | ||
| + | }} | ||
| + | <quiz display=simple> | ||
| + | { | ||
| + | |type="()"} | ||
| + | - Pip | ||
| + | || Explanation: Wrong | ||
| + | + Conda | ||
| + | || Explanation: Correct | ||
| + | - Both of them | ||
| + | || Explanation: Wrong | ||
| + | - Neither of them | ||
| + | || Explanation: Wrong | ||
| + | </quiz> | ||
| + | {{hidden end}} | ||
| + | |||
| + | {{hidden begin | ||
| + | |title = "Built-in third-party package repositories" | ||
| + | }} | ||
| + | <quiz display=simple> | ||
| + | { | ||
| + | |type="()"} | ||
| + | - Pip | ||
| + | || Explanation: Wrong | ||
| + | + Conda | ||
| + | || Explanation: Correct | ||
| + | - Both of them | ||
| + | || Explanation: Wrong | ||
| + | - Neither of them | ||
| + | || Explanation: Wrong | ||
| + | </quiz> | ||
| + | {{hidden end}} | ||
| + | |||
| + | {{hidden begin | ||
| + | |title = "Installs new Python executable into env by default" | ||
| + | }} | ||
| + | <quiz display=simple> | ||
| + | { | ||
| + | |type="()"} | ||
| + | - Pip | ||
| + | || Explanation: Wrong | ||
| + | + Conda | ||
| + | || Explanation: Wrong | ||
| + | - Both of them | ||
| + | || Explanation: Wrong | ||
| + | + Neither of them | ||
| + | || Explanation: Correct | ||
| + | </quiz> | ||
| + | {{hidden end}} | ||
| + | |||
| + | {{hidden begin | ||
| + | |title = "Automatically installs dependencies for requested package" | ||
| + | }} | ||
| + | <quiz display=simple> | ||
| + | { | ||
| + | |type="()"} | ||
| + | - Pip | ||
| + | || Explanation: Wrong | ||
| + | - Conda | ||
| + | || Explanation: Wrong | ||
| + | + Both of them | ||
| + | || Explanation: Correct | ||
| + | - Neither of them | ||
| + | || Explanation: Wrong | ||
| + | </quiz> | ||
| + | {{hidden end}} | ||
| + | |||
| + | {{hidden begin | ||
| + | |title = "Requires you to specify package version" | ||
| + | }} | ||
| + | <quiz display=simple> | ||
| + | { | ||
| + | |type="()"} | ||
| + | - Pip | ||
| + | || Explanation: Wrong | ||
| + | - Conda | ||
| + | || Explanation: Wrong | ||
| + | - Both of them | ||
| + | || Explanation: Wrong | ||
| + | + Neither of them | ||
| + | || Explanation: Correct | ||
</quiz> | </quiz> | ||
{{hidden end}} | {{hidden end}} | ||
Revision as of 13:49, 17 March 2026
Short Quiz: Python Packages
Which of these locations will Python search for packages by default?
Short Quiz: Virtual Environments
Which of the following statements is true?
Short Quiz: Conda vs. Pip
To which package manager do the statements apply? pip, conda, neither or both?
"Non-Python packages available by default"
"Tightly integrated with its own virtual environment feature"
"Built-in third-party package repositories"
"Installs new Python executable into env by default"
"Automatically installs dependencies for requested package"
"Requires you to specify package version"