Skip to content

Commit e9211e8

Browse files
authored
Merge pull request progrmoiz#3 from progrmoiz/progrmoiz-patch-1
Update README.md
2 parents 4cf3b94 + 8992621 commit e9211e8

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# Python Snippets
22

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

0 commit comments

Comments
 (0)