basic_python ============ Basic: square ------------- Pure Python function example. .. literalinclude:: ../../../../../scikitplot/cython/_templates/basic_python/t01_square.py :language: python Add floats (Python) ------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/basic_python/t02_add_float.py :language: python Toggle bool (Python) -------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/basic_python/t03_toggle_bool.py :language: python Repeat string (Python) ---------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/basic_python/t04_repeat_str.py :language: python Dot product on sequences (Python) --------------------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/basic_python/t05_dot_list.py :language: python