s

Welcome to my website!

My name is Angela and this is my personal learning website where I write some notes on various topics - mainly on using Python for data analytics but also on various web technologies. I enjoy exploring open data such as data.gov.ie and making dashboards.

Please feel free to look around. As I am using this website as a means of learning more about making websites it will keep changing!

home_page_image

Some recent posts

Exploring Irish open data weather datasets using Dash

Exploring Irish weather datasets from Met Eireann using the Plotly Dash framework

In this post I am exploring some weather datasets as measured by Met Eireann using the Plotly Dash framework. I have a very basic dash app deployed here on Heroku. The app uses some dropdowns, sliders, tabs, markdown and graph components, using callback functions to link the user’s options with some plots.


Building interactive web applications and visualisations in Python

Some notes and resources for learning how to use Plotly Dash framework
Flask Logo

Dash is a python framework for building data visualisation web apps.

Here I will keep a collection of notes and references related to build Dash apps as well as links to some Dash apps as they are deployed.


Simulating the World Happiness Score using Python

A Data Simulation Project using numpy.random

In this project I simulated the World Happiness Score, in particular the main determinants of happiness at country levels across the world as reported in the World Happiness Report. The aim of the World Happiness report is to see what countries or regions rank the highest in overall happiness and each of the six factors contributing to happiness.