Python is very popular scripting or programming language. There are different ways to create and run Python applications. If we will develop our applications and debug them creating a good development environment with related IDE, python runtimes and tools is the best way. But if we are just learning or try something similar there are more easy to access alternatives. We can use python interactive shells or IDE to accomplish simple tasks freely. In this tutorial we will look some of them.
Trinket
Trinket is call itself as Code is your canvas
. Trinket provides web based gui for python development. This gui have code files or interactive shell. We can sign in by using our Google and Facebook account into Trinket. We can also create separate Trinket account too.

This an screenshot from online code editor. Which seams good. As we can see that we can get output like graphics .We can also add python source code files too. We can import all ready created source files too.