A web-based Python compiler built to explore how IDEs and online compilers function. Using Pyodide, the project enables Python code execution directly in the browser through WebAssembly. Users can run code, input custom data, view outputs, and submit solutions to predefined coding problems.
- HTML
- CSS
- JavaScript
- Pyodide (Python in WebAssembly)
- Run Python code directly in the browser.
- Custom input and output functionality for testing.
- Predefined problems to solve, with sample input and expected output.
- Clone the repository or download the files.
- Open
index.htmlin your browser. - Start coding and testing your Python code directly in the browser!
- Support for additional programming languages.
- Enhanced UI/UX for better usability.
- More advanced problem sets for users to practice coding.
Feel free to modify or use this project for your own purposes. No official license yet.