mgsosna / flask_apps

Experimentation with Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask apps

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.

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.

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.

A simple front-end to work with SQLite tables.

About

Experimentation with Flask

License:MIT License


Languages

Language:HTML 46.1%Language:Python 41.1%Language:JavaScript 10.5%Language:Dockerfile 2.4%