Browser based Python playground Made using (Web Assembly Pyodide) and ReactJS
-
Clone the Repository
git clone https://github.com/TeaByte/python-playground cd python-playground
-
Install Dependencies
npm install --force # Must be --force for dependency conflict in ( react-split-pane )
-
Start the Development Server
npm run dev