R Fox Data
  • About
  • Contact

books 5

Want to read more? Six tips to help you enjoy more books
Ryan Fox – 28 December, 2020

Want to read more? Six tips to help you enjoy more books

I love talking about reading. I’m not talking about reading specific books but the actual hobby of reading. I love to discuss people’s reading rout...

general books
Am I predictable in how I rate books?
Ryan Fox – 11 December, 2020

Am I predictable in how I rate books?

I’ve been using Goodreads consistently for the last 8 years to line up future reads and rate books I’ve read. Recently, I exported these 8 years’ w...

books python machine-learning
Analysing my Goodreads data
Ryan Fox – 31 July, 2020

Analysing my Goodreads data

I’ve been curious to analyse my reading behaviour for a while. Do I read more now than I used to? What’s the balance between fiction and non-ficti...

books python
Book Review: Thinking Fast and Slow by Daniel Kahneman
Ryan Fox – 23 July, 2020

Book Review: Thinking Fast and Slow by Daniel Kahneman

5 stars. This book took me around 4-5 months to finish, yet only because I wanted to ensure I read it when I could absorb the rich content it offe...

books
Book Review: The Power of Habit by Charles Duhigg
Ryan Fox – 4 July, 2019

Book Review: The Power of Habit by Charles Duhigg

Whilst I have no intention of making this blog about books and their reviews, I do like to read and feel it would be useful to note some things I l...

books

general 7

Adding tasks quickly through Notion
Ryan Fox – 28 November, 2021

Adding tasks quickly through Notion

One of my favourite apps for productivity on the Mac is Alfred. It’s a suped up version of Spotlight or for the windows comparison it’s like the Wi...

general
Want to read more? Six tips to help you enjoy more books
Ryan Fox – 28 December, 2020

Want to read more? Six tips to help you enjoy more books

I love talking about reading. I’m not talking about reading specific books but the actual hobby of reading. I love to discuss people’s reading rout...

general books
What price should you charge for your Airbnb?
Ryan Fox – 22 December, 2020

What price should you charge for your Airbnb?

Maybe you have a place that you’re fortunate enough to be able to potentially put on Airbnb but you’re not sure if it’s worth the hassle. With Airb...

general python machine-learning
T-shaped people
Ryan Fox – 20 September, 2019

T-shaped people

A T-shaped person is someone who is capable in many things and an expert in at least one. This is a phrase I learnt about recently and I like to th...

general
7 basic git commands to get you started
Ryan Fox – 18 September, 2019

7 basic git commands to get you started

Getting started in git takes 10 minutes and provides a quick and simple way to ensure your scripts are saved online and gain version control. It’s ...

general
Learning new vs. applying 'learnt'
Ryan Fox – 24 July, 2019

Learning new vs. applying 'learnt'

I’m not sure how much I’ve ‘learnt’ in the past week and I think this is because it really depends on what learning something means. Often I find m...

general
Welcome to my data blog
Ryan Fox – 3 July, 2019

Welcome to my data blog

I’m currently taking some time off working to travel with my partner around Latin America. We plan to be away for some time and I plan on using som...

general

machine-learning 3

Disaster Response Classification API
Ryan Fox – 27 January, 2021

Disaster Response Classification API

Taking a dataset from Appen containing 30,000 messages received during disasters in the last few decades, I created a machine learning pipeline to ...

python machine-learning
What price should you charge for your Airbnb?
Ryan Fox – 22 December, 2020

What price should you charge for your Airbnb?

Maybe you have a place that you’re fortunate enough to be able to potentially put on Airbnb but you’re not sure if it’s worth the hassle. With Airb...

general python machine-learning
Am I predictable in how I rate books?
Ryan Fox – 11 December, 2020

Am I predictable in how I rate books?

I’ve been using Goodreads consistently for the last 8 years to line up future reads and rate books I’ve read. Recently, I exported these 8 years’ w...

books python machine-learning

python 10

Disaster Response Classification API
Ryan Fox – 27 January, 2021

Disaster Response Classification API

Taking a dataset from Appen containing 30,000 messages received during disasters in the last few decades, I created a machine learning pipeline to ...

python machine-learning
COVID-19 Flask dashboard to assess the situation in the UK and France
Ryan Fox – 17 January, 2021

COVID-19 Flask dashboard to assess the situation in the UK and France

Like everyone, and maybe more than most, I’ve been following closely along with news of lockdowns, waves, travel corridors, tier systems and all th...

python web-dev
What price should you charge for your Airbnb?
Ryan Fox – 22 December, 2020

What price should you charge for your Airbnb?

Maybe you have a place that you’re fortunate enough to be able to potentially put on Airbnb but you’re not sure if it’s worth the hassle. With Airb...

general python machine-learning
Am I predictable in how I rate books?
Ryan Fox – 11 December, 2020

Am I predictable in how I rate books?

I’ve been using Goodreads consistently for the last 8 years to line up future reads and rate books I’ve read. Recently, I exported these 8 years’ w...

books python machine-learning
Creating an AB test calculator with both Frequentist and Bayesian approaches
Ryan Fox – 10 November, 2020

Creating an AB test calculator with both Frequentist and Bayesian approaches

Statistical analysis is more than a set of computations This is one of the “Ten simple rules for effective statistical practice” outlined by a...

python statistics web-dev
Creating an AB test sample size app
Ryan Fox – 22 October, 2020

Creating an AB test sample size app

Frequently having to calculate sample sizes for AB tests, I decided to create my own application for this, originally in a Jupyter Notebook and lat...

statistics python web-dev
Analysing my Goodreads data
Ryan Fox – 31 July, 2020

Analysing my Goodreads data

I’ve been curious to analyse my reading behaviour for a while. Do I read more now than I used to? What’s the balance between fiction and non-ficti...

books python
Matplotlib graph: deaths per day in the UK due to Covid-19
Ryan Fox – 25 May, 2020

Matplotlib graph: deaths per day in the UK due to Covid-19

Using the wealth of data coming in to play with some of Python’s visualisation modules. This graph was created using a dataset readily available he...

python
A Basic Command Line Application
Ryan Fox – 12 July, 2019

A Basic Command Line Application

Continuing with Al Sweigert’s ‘Automate the boring stuff with Python’ book and course, I completed the first section ‘Python Programming Basics’. I...

python
Working through 'Automate the Boring Stuff with Python' by Al Sweigart
Ryan Fox – 3 July, 2019

Working through 'Automate the Boring Stuff with Python' by Al Sweigart

I’ve recently started working through this book in a course on Udemy run by the author himself, for free. Al Sweigart appears to be making every e...

python

statistics 5

What is the Central Limit Theorem?
Ryan Fox – 7 February, 2021

What is the Central Limit Theorem?

The Central Limit Theorem is such an important and fundamental theorem of probability and statistics that it pops up all over the place. You’ll see...

statistics
Creating an AB test calculator with both Frequentist and Bayesian approaches
Ryan Fox – 10 November, 2020

Creating an AB test calculator with both Frequentist and Bayesian approaches

Statistical analysis is more than a set of computations This is one of the “Ten simple rules for effective statistical practice” outlined by a...

python statistics web-dev
Creating an AB test sample size app
Ryan Fox – 22 October, 2020

Creating an AB test sample size app

Frequently having to calculate sample sizes for AB tests, I decided to create my own application for this, originally in a Jupyter Notebook and lat...

statistics python web-dev
The difference between Binomial and Bernoulli distributions
Ryan Fox – 3 August, 2020

The difference between Binomial and Bernoulli distributions

Until only recently I believed there were Bernoulli trials and a Binomial distribution and a Bernoulli distribution does not exist. It was my under...

statistics
Hypothesis testing using permutation tests
Ryan Fox – 20 July, 2020

Hypothesis testing using permutation tests

There are many statistical methods for rejecting or failing to reject a null hypothesis. I want to run through Permutation tests and when you might...

statistics

web-dev 5

COVID-19 Flask dashboard to assess the situation in the UK and France
Ryan Fox – 17 January, 2021

COVID-19 Flask dashboard to assess the situation in the UK and France

Like everyone, and maybe more than most, I’ve been following closely along with news of lockdowns, waves, travel corridors, tier systems and all th...

python web-dev
Docker images vs. containers - how I explained it to myself
Ryan Fox – 16 January, 2021

Docker images vs. containers - how I explained it to myself

I used Docker and containers recently as a way to simplify deploying web apps on cloud platforms such as Google Cloud Platform. I kind of hacked my...

web-dev
Creating an AB test calculator with both Frequentist and Bayesian approaches
Ryan Fox – 10 November, 2020

Creating an AB test calculator with both Frequentist and Bayesian approaches

Statistical analysis is more than a set of computations This is one of the “Ten simple rules for effective statistical practice” outlined by a...

python statistics web-dev
Creating an AB test sample size app
Ryan Fox – 22 October, 2020

Creating an AB test sample size app

Frequently having to calculate sample sizes for AB tests, I decided to create my own application for this, originally in a Jupyter Notebook and lat...

statistics python web-dev
Reduce your Heroku slug size
Ryan Fox – 14 October, 2020

Reduce your Heroku slug size

Finally built an app on Heroku but it takes forever to load when you share it? It doesn’t give the best first impression when people have to wait a...

web-dev

Recent Posts

Adding tasks quickly through Notion
November 28, 2021

Adding tasks quickly through Notion

What is the Central Limit Theorem?
February 7, 2021

What is the Central Limit Theorem?

Gallery

Antarctica
Cotopaxi mountain
Eurostar shoot
Potosi
Scotland
Tokyo
2023 © R Fox Data. Crafted & Designed by Artem Sheludko.