Tag Archives: weather

Java tutorial: weather station app with live data 

We are going to create an application that can display the temperature of several weather stations in the Netherlands, as well as the average temperature of those weather stations. This tutorial can also be done in Python. You are given a WeatherStation class for reading the data. This class can read data from an online XML file. … Continue reading Java tutorial: weather station app with live data 

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