yuguang / pythonfiddle

An eclipse like Python development environment that runs a Python interpreter in the browser
pythonfiddle.com
GNU General Public License v3.0
28 stars 15 forks source link

Python Fiddle: the Python Cloud IDE

An online editor and code sharing site for Python.

Getting the Code and Running it

git clone git://github.com/yuguang/pythonfiddle.git
git clone git://github.com/yuguang/fiddlesalad.git
git clone git://github.com/yuguang/cloud-ide-templates.git
mv cloud-ide-templates templates
git clone git://github.com/yuguang/django-cloud-ide.git
cd django-cloud-ide
python setup.py install
cd ../pythonfiddle
mv settings.default.py settings.py
pip install -r requirements.txt
python manage.py syncdb
python manage.py runserver

Read and follow the Fiddle Salad documentation on compiling CoffeeScript. Open http://127.0.0.1:8000/ in the browser.

Requirements