Monthly Archives: May 2024

Termination of portfolio website service

Latest update: 15-05-2024 The portfolio website service will be terminated per July 1 2024. This impacts these sites: Student sites hosted there are associated with the study programmes Industrial Design Engineering, Creative Technology and ATLAS. If you have an active website you might want to take steps to transfer it to a different hosting provider. … Continue reading Termination of portfolio website service

Uploaded website on Github pages

Deploying a website to Github pages

This tutorial will explain how to deploy a basic, html-based site (consisting of static pages) to Github pages. This tutorial assumes you already have some basic knowledge of how to create webpages and coding in HTML, CSS. If not, do this tutorial first. For this tutorial this template based on the W3.CSS framework from w3schools … Continue reading Deploying a website to Github pages

Resulting app

Learn Python: weather station app with live data 

Through this tutorial you become familiar with developing a Python application with a graphical userinterface. We will create an App which can display weather data from various weather stations. Data will come from an online xml service providing weather data. We are going to create an application that can display the temperature of several weather … Continue reading Learn Python: weather station app with live data