Coding Projects by Sajid Mahmud Sayan

Sort & filter

In this activity students will work on the concept of aggregate functions with grouping, filtering & sorting

Aggregate Functions

In this activity students will work on aggregate functions in SQL.

Operators

In this activity, students will work on the topics like Operators in SQL.

Create Table

In this activity students will create a table and fetch the records to display on the screen using basic SELECT STATEMENT and WHERE clause

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.

Length Converter App

Write a Python program to create an application length in inches as input from the user and return the value of that length in centimeters 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.

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.

Add Custom Event

Write a Python program to add two sprites and create a custom event of changing the colour of the sprites.

Add Sprites

Write a Python program to create a Game screen and add two rectangular sprites to it using the Pygame library. Add controls to one of the sprites as well for up, down, left and right movements.