eolas/_meta/Unsorted_notes.md
2023-04-21 06:53:37 +01:00

233 B

Difference in import types Python

import x requires dot notation to individuate different components in the module

from x import y

import a component directly from the module removes the need to use dot notation to indviduate