File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
:snake : Python snippets of examples, to learn things and to make task easier.
4
4
5
+ ---
6
+
5
7
## Snippets
6
8
7
9
- [ string_import.py] ( string_import.py ) example to show import module from string
18
20
- [ timer2.py] ( timer2.py ) Homegrown timing tools for function calls.
19
21
- [ timer3.py] ( timer3.py ) Homegrown timing tools for function calls.
20
22
- [ classtree.py] ( classtree.py ) Climb inheritance tree using namespace links, displaying higher superclasses with indentation for height
23
+
24
+ ---
25
+
26
+ ## Contributing
27
+
28
+ __ Open an issue or a pull request to suggest changes or additions.__
29
+
30
+ ## Authors
31
+
32
+ [ Abdul Moiz] ( https://github.com/progrmoiz )
33
+
34
+ ## License
35
+
36
+ <p xmlns:dct =" http://purl.org/dc/terms/ " >
37
+ <a rel="license"
38
+ href="http://creativecommons.org/publicdomain/zero/1.0/">
39
+ <img src =" http://i.creativecommons.org/p/zero/1.0/88x31.png " style =" border-style : none ;" alt =" CC0 " />
40
+ </a >
41
+ <br />
42
+ To the extent possible under law,
43
+ <a rel="dct: publisher "
44
+ href="https://github.com/progrmoiz/">
45
+ <span property =" dct:title " >Abdul Moiz</span ></a >
46
+ has waived all copyright and related or neighboring rights to
47
+ <span property =" dct:title " >Snippets</span >.
48
+ </p >
You can’t perform that action at this time.
0 commit comments