Simple Program

How to Implement Bubble Sort in Python

Submitted by razormist on

In this tutorial, we’ll learn how to program "How to Implement Bubble Sort in Python." The objective is to safely implement a bubble sort on a dictionary. This tutorial will guide you through the process step by step, showing you how to perform sorting using the bubble sort algorithm. By the end, you’ll have a clear understanding of how to efficiently complete this task in Python.

Fishin Time Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Fishin Time Game is an interactive web application built entirely with JavaScript. This game is very simple as you just need to move the cursor over the fish to catch it. The Fishin Time Game in VanillaJS offers exciting gameplay that requires quick reactions to catch the fish. It provides a great opportunity to strengthen essential programming concepts such as logic building, collision

How to Find Common Characters in Two Strings Using Python

Submitted by razormist on

In this tutorial, we’ll learn how to program "How to Find Common Characters in Two Strings Using Python." The objective is to display the common letters from both strings. This tutorial will guide you through the process step by step on how to identify the common characters in strings. By the end, you’ll have a clear understanding of how to efficiently perform this task in Python.

Catch the Frog using HTML & CSS in jQuery with Source Code

Submitted by razormist on
The Catch the Frog is an interactive web application built entirely with JavaScript. This game is very simple but challenging as you need to act fast to catch the frog. The Catch the Frog in jQuery offers exciting gameplay that requires quick reactions to catch the frog. It provides a great opportunity to strengthen essential programming concepts such as logic building, collision detection, event

How Count Lowercase Letters in Python

Submitted by razormist on

In this tutorial, we’ll learn how to program "How to Count Lowercase Letters in Python." The objective is to accurately count all the lowercase letters present in a string. This tutorial will guide you through the process step by step on how to handle the counting of lowercase letters. By the end, you’ll have a clear understanding of how to efficiently perform this task in Python.

Catch the Cat Game using HTML & CSS in jQuery with Source Code

Submitted by razormist on
The Catch the Cat Game is an interactive web application built entirely with JavaScript. This game is very simple but challenging—you need to think carefully about how to catch the cat. The Catch the Cat Game in jQuery offers exciting gameplay that requires strategic thinking by placing blue dots to corner and trap the cat. It provides a great opportunity to strengthen essential programming

How to Calculate a Student's Grade in Python

Submitted by razormist on

In this tutorial, we’ll learn how to program "How to Calculate a Student's Grade in Python." The objective is to accurately calculate the total student grade and provide a remark. This tutorial will guide you through the process step by step on how to create a grade calculation process. By the end, you’ll have a clear understanding of how to efficiently perform this task in Python.

Bomb Zone PVP Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Bomb Zone PVP Game is an interactive web application built entirely with JavaScript. This game features a player versus player mode where both participants compete against each other by strategically placing bombs to trap and corner their opponent. The Bomb Zone PVP Game in VanillaJS offers an exciting and fast-paced challenge as players race to collect powerups and outsmart one another. It

Random Comic Book Character Generator in VanillaJS with Source Code

Submitted by razormist on
The Random Comic Book Character Generator is a lightweight web application built entirely with JavaScript. This app provides a fun and engaging way to display interesting facts about various comic book characters. The Random Comic Book Character Generator in VanillaJS is an excellent project for beginners, as it demonstrates how to use an API to fetch dynamic data that includes real information

Pixel to Em Convert App using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Pixel to Em Convert App is a lightweight web application built entirely with JavaScript. This app features an easy-to-use converter that transforms pixel values into em values. The Pixel to Em Convert App in VanillaJS is an excellent project for beginners, offering a simple yet effective way to practice working with numeric values in code. It helps enhance fundamental programming skills