Sunday, April 30, 2017
glot.io, an open source pastebin with runnable snippets
> glot.io
I came across this site today via the Net:
glot.io, an open source pastebin with runnable snippets and API.
It allows you to type or paste in snippets of code and then run them on the site.
glot.io supports 36 languages at the time of checking it, from Assembly to TypeScript and many others in between.
I tried it out with a simple Python snippet. It worked. You can see both the snippet and the start of the output in the screenshot below.
I had blogged about these roughly similar sites earlier:
Codingbat, Progress Graphs and Michael Jordan
repl.it, online REPL for many languages, and empythoned
Online Python Tutor looks quite interesting
- Vasudev Ram - Online Python training and consulting Get updates (via Gumroad) on my forthcoming apps and content. Jump to posts: Python * DLang * xtopdf Subscribe to my blog by email My ActiveState Code recipesFollow me on: LinkedIn * Twitter Are you a blogger with some traffic? Get Convertkit:Email marketing for professional bloggers
Monday, February 25, 2013
codepad.org, executable multi-language pastebin, in Python
codepad - http://codepad.org - is an online pastebin. It lets you enter your code, written in Python or one of some other popular languages, into a text box. You then click a button on the page to run the code. Codepad shows the output from the run.
You don't have to register on the site to edit and run code, only to save code. You also get a unique URL for your code, which you can share via chat, email or on your web site or blog.
I tried out Codepad with a simple Python function definition and two calls to it. It worked:
http://codepad.org/dkAfNoF8
The Codepad site is written in Python using the Pylons web framework and the SQLAlchemy ORM, and some other techniques such as a supervisor and virtual machines, which are of interest too, IMO.
http://pylonshq.com/
http://www.sqlalchemy.org/
Steven Hazel is the creator of Codepad, and also founder of Sauce Labs, a Selenium testing company.
https://saucelabs.com/
http://en.m.wikipedia.org/wiki/Selenium_(software)
http://docs.seleniumhq.org/
- Vasudev
dancingbison.com

