Coding Projects by Abdur Rehman

Here I Add Media

In this activity, write a program to add different forms of media to a webpage using HTML. You can continue working on your school's webpage by adding more content including different forms of media in it or create a new webpage.

Get familiar with tables

In this activity, you are going to practice for the tables of HTML.

My School's Webpage

In this activity, write a program to create a webpage where you introduce your school, keep the name of your school as the heading, add its address, the total number of students enrolled, streams offered and the educational board the school is registered to. You can try different formatting in text on your webpage.

Get familiar with structure

In this activity, you are going to practice the structure of HTML.

Capstone Project

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

Advanced Plots

Students have to visualize various parameters of the given dataset using the Advance plots of the Seaborn library.

Visualisation using Seaborn

Students have to work on visualizing various parameters of the given dataset using the Seaborn library.

Visualisation using Matplotlib

Students have to work on visualizing various parameters of the given dataset using the Matplotlib library.

Operations using Numpy

Students have to perform different operations on an array using NumPy

Manipulation using Pandas

Students have to perform manipulation on given data using Pandas

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.

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.