Category: Uncategorized

Setting up a LEMP-P webserver

I will setup a basic webserver with Linux-Ubuntu on a DigitalOcean droplet. I will extend a basic LEMP server (tutorial), with an extra P refering to Python-Django, with MySQL as database and Gunicorn as...

Connect Pandas Dataframes to MySql Tables

A convenient way to integrate data-analyses with a web application is to connect pandas dataframes to MySql tables. The general idea is to import data from a MySql-table, manipulate data in pandas and than...