Experimentation with Python's Flask library, a web microservice.
An app that takes in a JSON of x- and y-coordinates, trains a linear regression, and returns the model parameters.
2. Datasender
My first success at having JavaScript and Python communicate with each other. Click a button to append values to a list at a Flask endpoint.
3. Gauss update
Dynamically update a plot of a normal distribution with sliders for the mean and standard deviation.
A tiny proof-of-concept app with user login and authentication, following this excellent tutorial from DigitalOcean.
5. SQLAlchemy
A simple front-end to work with SQLite tables.