...
This is taken to mean the process by which a Python environment obtains the requirements (internal and external) it needs to run a particular script. This assumes that we have internally developed code that needs to be re-used - the structure/namespaces of that code are outside the scope of this.
...