Python
Python was the first ever high level language taught to me. Through this language, I have achieved the Gold Crest Award working alongside the Raspberry Pi, as well as full marks in my final year platformer project coursework.
Please note: The majority of my python projects were created over, and before, the GCSE period. These cannot now be retrieved, hence having only my most recent, and ambitious project on display.
2D Platformer Project

This project is a 2D platformer with a nostalgic retro theme, marking my most ambitious undertaking to date. The primary objective behind this endeavour was to enhance my proficiency in Object-Oriented Programming (OOP). I achieved this through the application of inheritance, encapsulation, and polymorphism. Even before Rage Dungeon was fully realized, my vision was clear: to create a modular, maintainable, scalable, and readable codebase, embodying best programming practices. I'm proud to say that this project not only met, but exceeded those initial goals. This project however was not without its challenges, please see my writeup for a much more in-depth view.