Dog breeds

Dogs breeds linear regression analysis with Python. The analysis inlcudes data cleaning, data transformation and data analysis with Python.

See the code here

Sample size calculator

Sample size calculator is a program that I wrote on Python, that allows a user to input parameters and calculate the minimum needed sample size.
The parameters are: confidence level, MOE, population proportion and population size. The latter is optional and if not known, the program will use a different formula allowing to get the result.

See the code here

The speedy caterpillar

A snake-like game written on Python.

See the code here