diff options
Diffstat (limited to 'Technology')
| -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 |
