Thoughts on Software Design in Scientific Code

fishing net

I listened to a few podcasts (TalkPython, Test and Code) that had a theme of:

"How do we bring software design principles into science?"

This got me thinking... There are a couple of ways software design could be incorporated into science and the code scientists write. The science I'm thinking …

more ...

How to Build a Streamlit App in Python

streamlit bokeh heroku

Streamlit is a web app-building framework for Python. Streamlit is a way to create mostly simple single-page web apps that are easy to deploy. Streamlit is useful for engineers and data scientists who have some app functionality, like a plot that dynamically changes based on user interaction, but don't want …

more ...