Difference between revisions of "User:Praveer-mathur-9f3d@uni-bonn.de/python-on-hpc"

From HPC Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
<quiz display=simple>
 
<quiz display=simple>
 
{
 
{
|type="()"}
+
|type="[]"}
 
+ Anything that is in $PYTHONPATH
 
+ Anything that is in $PYTHONPATH
 
|| Explanation: Correct
 
|| Explanation: Correct

Revision as of 13:30, 17 March 2026

Short Quiz: Python Packages

Which of these locations will Python search for packages by default?

Anything that is in $PYTHONPATH
Anything in your home
Preconfigured Site Packages
The current working directory