diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-12-08 10:50:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-12-08 10:50:38 -0300 |
commit | 7d70a8c2c61bd272cbcfbde58f0e44ac49141f64 (patch) | |
tree | 6bb1d895f0a4037d2e3675cc42d02eab847c2a27 /research | |
parent | 1e3d3caa606f7cfb1bb2983e0db526eba8821a4a (diff) | |
download | blog-7d70a8c2c61bd272cbcfbde58f0e44ac49141f64.tar.gz blog-7d70a8c2c61bd272cbcfbde58f0e44ac49141f64.tar.bz2 |
Research: python: streamlit
Diffstat (limited to 'research')
-rw-r--r-- | research/python.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/research/python.md b/research/python.md index 98e007f..0051bc0 100644 --- a/research/python.md +++ b/research/python.md @@ -211,6 +211,7 @@ From: [Thread State and the Global Interpreter Lock](https://docs.python.org/3/c * [Welcome | Flask (A Python Microframework)](http://flask.pocoo.org/) ([package](https://packages.debian.org/stretch/python-flask)). * Async: [asyncio](https://docs.python.org/3/library/asyncio.html), Twisted and Tornado. * [Anaconda Data Science Platform](https://www.anaconda.com/). +* [Streamlit](https://streamlit.io). ## IDEs |