An interactive Windows application that lets students practice Python challenges, run code, and receive real-time AI feedback.
Coding Mentor is a C# WinForms desktop app designed to help students learn Python in a supportive, interactive environment. The app presents programming challenges (such as input/output, if statements, or loops), provides a built-in code editor with syntax highlighting, and executes Python code safely inside the application.
Students can request different levels of AI support – from a quick hint to a step-by-step guide. Their code and challenge context are sent to the OpenAI API (GPT-4o-mini), which returns targeted, student-friendly feedback. This ensures that learners get the guidance they need without giving away the entire solution, encouraging real problem-solving skills.
Full development: C# WinForms UI, Python execution engine, AI integration with OpenAI, challenge management, and user support flow.
Start a Project