🐍 Python snippets of examples, to learn things and to make task easier.
- string_import.py example to show import module from string
- spell_corrector.py Peter Norvig's spell corrector
- classtools.py assorted class utilities and tools
- formats.py various specialized string display formatting utilities.
- faceswap.py Face Swapping.
- mydir.py a module that lists the namespaces of other module
- mymap.py different ways of implementing map
- lane_detect.py Simple lane detection.
- myzip.py different ways of implementing zip
- permute.py implemented permute
- google_search.py Google search using CSE.
- scramble.py a iterable scrambler
- timer.py Homegrown timing tools for function calls.
- timer2.py timing tools for function calls.
- timer3.py timing tools for function calls.
- classtree.py Climb inheritance tree using namespace links, displaying higher superclasses with indentation for height
- listinstance.py Mix-in class that provides a formatted print() or str()