hard_python =========== CLI skeleton ------------ Executable-friendly Python CLI structure. .. literalinclude:: ../../../../../scikitplot/cython/_templates/hard_python/t01_cli_skeleton.py :language: python Hard: thread map ---------------- ThreadPoolExecutor map pattern. .. literalinclude:: ../../../../../scikitplot/cython/_templates/hard_python/t01_concurrent_map.py :language: python Quantile sketch interface (Python) ---------------------------------- Template interface stub for advanced sketches. .. literalinclude:: ../../../../../scikitplot/cython/_templates/hard_python/t01_streaming_quantile.py :language: python Stable softmax (Python) ----------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/hard_python/t02_stable_softmax.py :language: python Stable softmax (Python) ----------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/hard_python/t03_stable_softmax.py :language: python