Coding Projects by Ahmed Izyan Abdul Razzaq

Form

In this project, you will make a form for your annual day school event with the following details- Name of the student, class, activities he is interested in, gender, and address.

Family table

In this project, you will create a table. The table will have details about all of your family members. Make three columns; first would be a name, second age, and third relation. Also, add magic to your webpage.

Number Check

Using Conditional statements, check whether a number is positive (greater than 0), negative (less than 0), or zero.

My favorite food

In this project, you will create a webpage about your favorite food items and use the magic trick taught in the class.

Initial Letter

Just like you created Snowman, in the same way, print the first letter of your name in ASCII art.

Sum of numbers

Write a Python function to calculate the sum of all the numbers in a list.

Spiral Circle

The student will learn how to create a spiral circle in Python using a turtle.

About you!

Write some lines about yourself using python turtle. For eg. your name, your hobbies, which is your favorite subject, etc

Caterpillar

The student will create a cute caterpillar using the concepts taught in the class.

Funny Face

The student will create a funny face project using circles.

My house

The student will make his/her house in this project. Try to make a modified version of the house that you made in class.

Thank You App

Create an app to collect user inputs and display a personalized thank-you message using Labels, Buttons, Images, and Text Input components.