From 9346443271fbc44357984d21882b422742d8b884 Mon Sep 17 00:00:00 2001 From: Abdul Moiz <33980210+progrmoiz@users.noreply.github.com> Date: Fri, 1 Dec 2017 01:58:14 +0500 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 656e1a9..72cb637 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Python Snippets -My personal python snippets \ No newline at end of file +:snake: Python snippets of examples, to learn things and to make task easier. + +## Snippets + +- [string_import.py](string_import.py) example to show import module from string From 21c19806ff851067c9f31b6103fd0662993db596 Mon Sep 17 00:00:00 2001 From: Abdul Moiz <33980210+progrmoiz@users.noreply.github.com> Date: Fri, 1 Dec 2017 15:01:05 +0500 Subject: [PATCH 2/3] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 72cb637..13e92e7 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,15 @@ ## Snippets - [string_import.py](string_import.py) example to show import module from string +- [classtools.py](classtools.py) assorted class utilities and tools +- [formats.py](formats.py) various specialized string display formatting utilities. +- [mydir.py](mydir.py) a module that lists the namespaces of other module +- [mymap.py](mymap.py) different ways of implementing map +- [myzip.py](myzip.py) different ways of implementing zip +- [permute.py](permute.py) implemented permute +- [reloadall.py](reloadall.py) transitively reload nested module +- [scramble.py](scramble.py) a iterable scrambler +- [streams.py](streams.py) give me reader, writer and a converter +- [timer.py](timer.py) Homegrown timing tools for function calls. +- [timer2.py](timer2.py) Homegrown timing tools for function calls. +- [timer3.py](timer3.py) Homegrown timing tools for function calls. From 899262129d6999ff08ff6d32a39ebddc39f26af4 Mon Sep 17 00:00:00 2001 From: Abdul Moiz <33980210+progrmoiz@users.noreply.github.com> Date: Fri, 1 Dec 2017 15:02:13 +0500 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13e92e7..9a9eba8 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,4 @@ - [timer.py](timer.py) Homegrown timing tools for function calls. - [timer2.py](timer2.py) Homegrown timing tools for function calls. - [timer3.py](timer3.py) Homegrown timing tools for function calls. +- [classtree.py](classtree.py) Climb inheritance tree using namespace links, displaying higher superclasses with indentation for height