Author: AMvanHemert

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...

0

Adapting color-codes in Notepad++

  Notepad++ is among the most popular text editors for programming. It comes with pre-installed color-coding schemes for a wide range of programming languages. With some effort you can create your own color scheme,...

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...

Dealing with existing data in Django

The setup can be a bit challenging if data from a previous project should be moved into the new Django project. In the Django documentation this is called integrating with legacy database. The documentation...

0

Git and Bitbucket

Version controle is considered an indispensable part of current programming practice. Git (the programme) and GitHub or Bitbucket (the repositories) are common tools to implement version controle and, no less important, facilitate a regular...

0

Initial Django

A useful tutorial i sin the djangoproject documentation. It will build a simple app and on the way provide proper explanation of backgrounds. For a quick overview of the general Django setup see Django...

0

Setup Django on WebhostPython

Deploying a Django application on WebhostPython.com may be a bit of a challenge for non-professionals. The upside of this hosting service is that it is easy-to-join, very competitively priced and technically sound. The downside...