Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okomestudio/big-o
Big-O plot with Python.
https://github.com/okomestudio/big-o
Last synced: 6 days ago
JSON representation
Big-O plot with Python.
- Host: GitHub
- URL: https://github.com/okomestudio/big-o
- Owner: okomestudio
- License: mit
- Created: 2024-08-27T06:40:25.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T07:45:23.000Z (3 months ago)
- Last Synced: 2024-08-27T09:59:59.604Z (3 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
********************
big_o
*********************big-o* for Python.
.. image:: output/big-o.png
The code uses LaTeX for rendering math symbols. On Debian, install
necessary packages:.. code-block:: shell
sudo apt install texlive cm-super
Install the Python package locally (hopefully in the virtual environment):
.. code-block:: shell
pip install -e .[dev]
Run the script:
.. code-block:: shell
python -m big_o