Coding Projects by Erby Jr

Restaurant Customer Insights Explorer

In this assignment, you will build a Restaurant Customer Insights Explorer using Python, Seaborn, and Matplotlib. You will use several advanced chart types to compare customer bills, tips, days, genders, and party sizes from the built-in tips dataset.

Capstone Project

Students have to perform various operations on the given dataset using basic libraries used in Data Science - Numpy, Pandas, Seaborn, and Matplotlib.

Space Mission Data Explorer

In this assignment, you will build a Space Mission Data Explorer using Seaborn and Matplotlib. You will load the built-in planets dataset, inspect the data, and create charts to explore planet discovery and orbital information.

My Savings Progress Chart

In this assignment, you will build a Savings Progress Chart using Matplotlib. You will plot weekly savings as a line graph, add labels and a title, customise the line, and compare the same data using a bar chart.

Student Marks Analyser

In this assignment, you will build a Student Marks Analyser using Pandas. You will create a labelled Series, build a DataFrame table, save and read a CSV file, view rows, inspect data information, and clean missing values. You will also calculate total and average marks to understand how Pandas helps you work with data quickly.

Operations using Numpy

Students have to perform different operations on an array using NumPy

Password Strength Checker App

Write a Python program to create an application that accepts a password from the user and displays its strength based on the length of the password using the Python Tkinter library.

Rock Paper Scissor App

Write a Python program to create an application to play a rock paper scissor game between a user and the computer, using the Python Tkinter library.

Level Up this game

Write a Python program to add background image and sound to the previously created game.

Age Calculator App

Write a Python program to create an application to take the date of birth (date, month, and year) as input from the user and return the present age using the Python Tkinter library.

Interest Calculator App

Write a Python program to create an application to take inputs of the principal amount, time period, and rate of interest from the user, and return the simple interest and compound interest on the same principle using the Python Tkinter library.

Here’s the product

Write a Python program to create an application to take two numbers as input from the user and return the product using the Python Tkinter library.