easy_python =========== Histogram (pure Python) ----------------------- Counts integer occurrences using Counter. .. literalinclude:: ../../../../../scikitplot/cython/_templates/easy_python/t01_histogram.py :language: python Easy: running mean ------------------ Streaming running mean generator. .. literalinclude:: ../../../../../scikitplot/cython/_templates/easy_python/t01_running_mean.py :language: python Count chars (Python) -------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/easy_python/t02_count_chars.py :language: python Count chars (Python) -------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/easy_python/t03_count_chars.py :language: python Count chars (Python) -------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/easy_python/t04_count_chars.py :language: python