My second attempt at the Titanic competition. This time I used more feature engineering and different models to improve the accuracy.

Machine Learning Competition: the Titanic (Part 1)
My first attempt at using machine learning to predict who survived and who died during the Titanic tragedy, using passengers information.

Python Fun: A Blackjack Interactive Game
Let’s play blackjack with a fun python code that emulates a game. From a simple function that determines which hand wins, I made an interactive game!

First Data Analysis Project: Covid-19 Data
This project builds a database with all the information about Covid-19, and visualise the number of cases and deaths per country.