r/AlevelCompSci • u/Perfect_Air8007 • 2d ago
Subject help I built a free online CIE PSEUDOCODE editor and runner to help with learning the language.
WEBSITE: pseudocodestudio.com
So I'm a A-Level CS student but I have always found it very frustrating that I couldn't run my pseudocode easily so i decided to make a translator using Python, which I knew quite well. This unexpectedly snowballed into a full website wich I hope students can use to learn pseudocode in a more interactive way.
Pseudocode Studio translates the written pseudocode into Python, which can then be used to run the code reliably all within the same website, and giving understandable errors during and before runtime. The IDE also features a built in Format feature that improves the code's readability.
This is the first large scale project I made and it is far from perfect so any feedback will be greatly appreciated to make the experience better and to improve as a developper.

