You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of beginner Python programs covering essential programming concepts like user input, arithmetic operations, string manipulation, and condition handling. Perfect for early-stage learners to practice and understand Python fundamentals with real-world problem scenarios.
A simple Python program for ordering coffee. Users can select coffee types, add extras like sugar or milk, and receive a receipt summarizing their order.
Welcome to Toon Tanks! This is a game created in Unreal Engine 5.3.2 where you control a tank turret and your objective is to destroy all enemy tank turrets. Be cautious, if your tank gets destroyed, you lose the game.
A python program designed to register players for youth baseball teams in a local league. Players are automatically assigned to a team based on their age.
This Python script implements a simple console-based attendance and query system. Users can interactively address attendance-related issues, payment queries, and request attendance records. The code utilizes datetime, input handling, and basic data structures to provide responses based on user input.
This program calculates the cost of purchasing different classes of tickets (A, B, or C). Users input the number of tickets needed for each class, and the program computes and displays the total price for each type and the overall total. Perfect for event organizers and attendees to manage ticket purchases.
These are various interesting JavaScript projects that help in covering concepts, clearing doubts, and providing hands-on practice with JavaScript. Created with StackBlitz ⚡️ — you can click the link below and start working by forking it.
A simple terminal-based number guessing game written in Python. The program randomly selects a number between 1 and 100, and the player guesses until the correct number is found. This project helped me practice loops, conditionals, random number generation, and user input handling in Python.
This app takes your mood (like “happy” or “sad”) and instantly gives you a creative email subject line + a footer emoji signature — all based on how you feel.
This program enables the user to hold down the left mouse button by pressing a specific key and release it by pressing another key. The user can set the desired keys for enabling and disabling the left mouse button hold-down feature.