diff options
| author | nic <ra@afu.re> | 2024-11-05 11:07:39 -0500 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-11-05 11:07:39 -0500 |
| commit | a22800d16e8e87699163b9a88a44b624319fc794 (patch) | |
| tree | b0a90727fae3bbae710d0b5627d91af1b147f8f8 /Technology | |
| parent | bbafcf94be6031cc83ccd695bf4f9932ba9875b1 (diff) | |
Auto from nzxt - Tue 05 Nov 2024 11:07:39 AM EST
Diffstat (limited to 'Technology')
| -rw-r--r-- | Technology/Python.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Technology/Python.md b/Technology/Python.md index 0fc3305..f1e78e1 100644 --- a/Technology/Python.md +++ b/Technology/Python.md @@ -38,3 +38,8 @@ __ eq__ - uniquely identify all created object 1st time you import a modules python execute the code inside it. +2nd time will not re-run the code. (usefull when import multiples modules that import all the same modules) +importlib if want to reload modules so run more than once + +When importing a module you can use it's defined functions, classes, constants etc... +Access those thing by putting the module name as prefix before the function |
