Skip to content

Update README.md #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Python Snippets

My personal python snippets
: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
- [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.
- [classtree.py](classtree.py) Climb inheritance tree using namespace links, displaying higher superclasses with indentation for height