Re: [Edu-sig] online coding?

2013-03-26 Thread calcpage
interactivepython.org is very nice too especially if you want to try out turtle.py without installng IDLE. Sent from my android device. -Original Message- From: Jurgis Pralgauskis To: Karine Laidley Cc: "edu-sig@python.org" Sent: Tue, 26 Mar 2013 17:56 Subject: Re: [Edu-s

Re: [Edu-sig] online coding?

2013-03-26 Thread Jurgis Pralgauskis
http://codepad.org/ - when You don't need input With input possibility (though not interactive) http://cscircles.cemc.uwaterloo.ca/visualize/ On Wed, Mar 20, 2013 at 3:18 AM, Karine Laidley wrote: > Dear Python users, > > > > I wanted to check with you if you know of a good site that allows st

Re: [Edu-sig] online coding?

2013-03-20 Thread Karine Laidley
I want to thank everyone for their responses. I will look into the options and see which might get me closest to what I need... As for the browser option for Python, all will be useful. I have a few students who do not have computers at home or limited space... Thanks again. Karine Laidley Co

Re: [Edu-sig] online coding?

2013-03-20 Thread Kirby Urner
On Tue, Mar 19, 2013 at 10:40 PM, Rakesh Barve wrote: > Hi > > I am not an expert but one recent development is dynamic languages such as > Python can now be interpreted and run inside browsers, making it possible > to do the below kind of stuff as well as execution with no need of servers. > > O

Re: [Edu-sig] online coding?

2013-03-20 Thread Andrew Harrington
Oops I left off the index.html that is needed: http://interactivepython.org/courselib/static/thinkcspy/index.html On Wed, Mar 20, 2013 at 9:10 AM, Andrew Harrington wrote: > Something I learned about at SIGCSE: You can link things to > pythontutor.com. That is a neat site with graphical view of

Re: [Edu-sig] online coding?

2013-03-20 Thread Andrew Harrington
Something I learned about at SIGCSE: You can link things to pythontutor.com. That is a neat site with graphical view of variables and not only single stepping, but back stepping. The latest derivative of the online book that Jef adapted to Python added such stuff, and added neat tools to embed th

Re: [Edu-sig] online coding?

2013-03-19 Thread Rakesh Barve
Hi I am not an expert but one recent development is dynamic languages such as Python can now be interpreted and run inside browsers, making it possible to do the below kind of stuff as well as execution with no need of servers. One such example seems to be http://pythonlearn.com/pythonauto/index.

Re: [Edu-sig] online coding?

2013-03-19 Thread Andre Roberge
On Tue, Mar 19, 2013 at 10:18 PM, Karine Laidley wrote: > Dear Python users, > > ** ** > > I wanted to check with you if you know of a good site that allows students > to submit Python code to be checked for correctness. I know there is a > codebat site but I found it limited in what it offer

[Edu-sig] online coding?

2013-03-19 Thread Karine Laidley
Dear Python users, I wanted to check with you if you know of a good site that allows students to submit Python code to be checked for correctness. I know there is a codebat site but I found it limited in what it offers. Ideally, I want to offer students problems to solve from simple print state