Adding web analytics tracking to Streamlit apps
Having gone through all the effort of creating a Streamlit application, you want to know if the people you have shared the application with are actually using it or not. …
Analytical – Honest – Passionate
Having gone through all the effort of creating a Streamlit application, you want to know if the people you have shared the application with are actually using it or not. …
Video Tutorials 30 days of Streamlit Build a different Streamlit app each day for 30 days https://blog.streamlit.io/30-days-of-streamlit/ Streamlit documentation Offical Streamlit documentation. Very user friendly and accessible reference materials. https://docs.streamlit.io/library/get-started …
A short guide for deploying a Streamlit app to Cloud Run on Google Cloud platform. Google Cloud Run is a managed platform for hosting and running docker containers. So once …
Colab is a free Jupyter notebook environment that runs entirely in the cloud. Most importantly, it does not require a setup and the notebooks that you create can be simultaneously …
Background This website is hosted on Digital Ocean with WordPress. While WordPress is a great tool for building a website I wanted a place where I could build and host …
This post walks through how to create a Data Studio dashboard like the one below using Matomo analytics data. The components used to put this together include: A Matomo installation …
Big Query For those who are into data, Big Query is a great choice if you would like a database but database management is not your thing. Big Query acts …
Since having found Markdown a few years back I have become a big fan. Markdown is a language that allows you to write plain text that can be converted into …
Many python scripts require access to external services. API’s for example often require some credentials to be used in order to be able to access the services. These scripts need …
Installation Using Google App Engine requires having the Google Cloud SDK installed on your local machine. This SDK allows for deployment of the application into Google App Engine. Windows installation: …