Tuesday, January 12, 2010

Online Python

My friends always complaint that they don't have an environment for learning python. They have internet connectivity in the college, but not having the permission to install python interpreter on those machines. So they satisfied by just reading the tutorial only and not by doing python. But here is the solution. Online Python Interpreter is an online python terminal and you can enter python commands as like in your shell. The virtual browser shell is a little bit slower and and again slower for slower internet connections. The speed is entirely depend upon your internet connection and no way to increase because entire python engine is on the server side. But I am sure it will be a boon for the beginners and net-book users. Current limitations are:
  • Can't define functions or classes.
  • Can't run a script

Click to enter online python interpreter
Click to view the ubuntu forum discussion about online python interpreter

4 comments:

laserblue said...

Here is an online interactive Python Interpreter with Tutorials.
http://www.trypython.org/#

laserblue said...

Here is an online interactive Python Interpreter with Tutorials.
http://www.trypython.org/#

cnp90 said...
This comment has been removed by the author.
cnp90 said...

I prefer Online Python Interpreter because it has both compiler and debugger interface.