diff options
| author | nic <ra@afu.re> | 2024-11-06 14:13:17 -0500 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-11-06 14:13:17 -0500 |
| commit | c4d75280473950e4fab15874b2311f529eed67c2 (patch) | |
| tree | 6a5c480e556507f9f4c5db1d2c5b7fe2e09fdb81 | |
| parent | 30c8c43b16b66a30eeec42da788a1d507e4cacbc (diff) | |
Auto from nzxt - Wed 06 Nov 2024 02:13:17 PM EST
| -rw-r--r-- | Technology/Python.md | 5 | ||||
| -rw-r--r-- | Technology/index.md | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Technology/Python.md b/Technology/Python.md index 2ceeedd..bc08ed2 100644 --- a/Technology/Python.md +++ b/Technology/Python.md @@ -58,5 +58,8 @@ from X import x as x when you run a modules as a script __ name__ becomes __ main__ -__ init__.py - required to tell python dir is a pkg (initialise a pkg) +__ init__.py - required to tell python dir is a pkg (initialise a pkg) REQUIRED used to set the __ all__ variable & import submodules + + + diff --git a/Technology/index.md b/Technology/index.md index 9b584ea..0737b23 100644 --- a/Technology/index.md +++ b/Technology/index.md @@ -9,6 +9,11 @@ [[misc]] +# What distinguis great code from amateur code +- execption handling +- profiling +- testing + installed sys-firmware/intel-microcode to solve |
