top of page

Achieve Together: Community Python Class (#10)7/18/2026

On the day, July 18 of 2026 the final class focused on applying the programming concepts learned throughout the course by creating a random number guessing game in Python. This project allowed students to combine multiple programming skills into a single interactive application.


Students began by generating a random number and prompting the user to guess the correct value. They then used conditional statements to determine whether each guess was too high, too low, or correct. A while loop allowed the game to continue until the correct number was guessed, while variables tracked the number of attempts. Students also organized their code using functions and incorporated error handling to ensure the program responded appropriately to invalid input.


Throughout the project, students tested and refined their programs by identifying and fixing errors, improving the user experience, and adding optional features such as difficulty levels or the ability to play multiple rounds.


Overall, the final project successfully reinforced the concepts covered throughout the course while giving students the opportunity to build a complete, interactive Python application independently. By the end of the session, students demonstrated increased confidence in their programming abilities and a stronger understanding of how individual concepts work together to solve a problem.


Event Lead (2 hours): Roy Zheng

Event Volunteer(1 hour): Wyatt Yin

Parents on Duty (1 hour): Amber Cao (Roy Zheng), Ting Zhang ( Wyatt Yin)



bottom of page