File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Python Snippets
2
2
3
- My personal python snippets
3
+ :snake : Python snippets of examples, to learn things and to make task easier.
4
+
5
+ ## Snippets
6
+
7
+ - [ string_import.py] ( string_import.py ) example to show import module from string
8
+ - [ classtools.py] ( classtools.py ) assorted class utilities and tools
9
+ - [ formats.py] ( formats.py ) various specialized string display formatting utilities.
10
+ - [ mydir.py] ( mydir.py ) a module that lists the namespaces of other module
11
+ - [ mymap.py] ( mymap.py ) different ways of implementing map
12
+ - [ myzip.py] ( myzip.py ) different ways of implementing zip
13
+ - [ permute.py] ( permute.py ) implemented permute
14
+ - [ reloadall.py] ( reloadall.py ) transitively reload nested module
15
+ - [ scramble.py] ( scramble.py ) a iterable scrambler
16
+ - [ streams.py] ( streams.py ) give me reader, writer and a converter
17
+ - [ timer.py] ( timer.py ) Homegrown timing tools for function calls.
18
+ - [ timer2.py] ( timer2.py ) Homegrown timing tools for function calls.
19
+ - [ timer3.py] ( timer3.py ) Homegrown timing tools for function calls.
20
+ - [ classtree.py] ( classtree.py ) Climb inheritance tree using namespace links, displaying higher superclasses with indentation for height
You can’t perform that action at this time.
0 commit comments