|
|
|
|
|
by bigger_cheese
383 days ago
|
|
I have been using Python recently and have found a lot of the data visualization tools seem to be wrappers around other languages (mostly JavaScript), things like, agGrid, Tabulator, Plotly etc. Sometimes you end up embedding chunks of javascript directly inside your python For example the docs for Streamlit implementation of AgGrid contain this:
https://staggrid-examples.streamlit.app/Advanced_config_and_... |
|