Coding Activities by Abdur Rehman

Capstone Project

In this Capstone project, you will differentiate penguins based on their different characteristics using Python visualization libraries like Numpy, Pandas, Matplotlib, and Seaborn

Weather Data Visualization

In this question, you have to read and go through the data and visualize it using various matplot and seaborn graphs

Housing Rent Prediction

In this project, you will visualize and predict house rent.

Find out students' average and marks using bar graph and line graph.

In this question, you have to make line graphs and bar charts by visualizing students’ marks and percentages.

Dataframe using Pandas

In this activity, students will be making a data frame-like structure using pandas.

Sort in Ascending Order

In this question, you have to sort people in the ascending order of their height using NumPy arrays.

Restaurant Management System

Create a Restaurant order Management using the Python library Tkinter.

Denomination Calculator

Write a Python program to create a Denominator Calculator to calculate the number of notes of denominations - 2000, 500, and 100 for the amount entered by the user. And create its GUI for the user by using the Tkinter library.

My Text Editor

Create a text editor application that can perform these operations - edit a file, open a file and save a file using Python library Tkinter.

Event Handler

Write a program to handle the events of Keypress and Button click using the Python library Tkinter.

Event Handler

Write a program to handle the events of Keypress and Button click using the Python library Tkinter.

Login App

Write a program using the Tkinter library to create a Login Application for users.