Skip to content

Commit 21c1980

Browse files
authored
Update README.md
1 parent 9346443 commit 21c1980

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@
55
## Snippets
66

77
- [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.

0 commit comments

Comments
 (0)