Re: [Tutor] Runestone Python Course

2013-08-27 Thread ram sagar
I am a beginner in python i found the Runestone python learning environment the best one i came across. CodeLens is the best feature , as it shows the actual working of the program in graphical way that one will never forget those details. Thanks to all the people who involved in this project. Ra

Re: [Tutor] Runestone Python Course

2013-08-23 Thread Jim Mooney
But I discovered that if you delete the single leading blank in front of each line, then it works. Maybe their parser doesn't like unindented lines starting with a space... = That's odd. I haven't had any of those problems. I wonder if it's your browser. I'm using FF. Are you doing the fir

Re: [Tutor] Runestone Python Course

2013-08-23 Thread Francesco Loffredo
Omar Abou Mrad wrote: On Wed, Aug 21, 2013 at 7:52 AM, Jim Mooney mailto:cybervigila...@gmail.com>> wrote: http://interactivepython.org Would be nice if it worked though, logged in through my google account, now i get this error which I can do nothing about: Sorry, Something

Re: [Tutor] Runestone Python Course

2013-08-21 Thread Jim Mooney
That doesn't exactly fill me with confidence about the quality of it considering W3Schools is literally the cesspit of web standards misinformation... I meant that it was like it in that it had an interactive interpreter, but it was much better. So far the info is detailed and val

Re: [Tutor] Runestone Python Course

2013-08-21 Thread Chris Down
On 2013-08-20 21:52, Jim Mooney wrote: > This is rather like W3 Schools That doesn't exactly fill me with confidence about the quality of it considering W3Schools is literally the cesspit of web standards misinformation... pgpV6o9SkFJaD.pgp Description: PGP signature

Re: [Tutor] Runestone Python Course

2013-08-21 Thread Omar Abou Mrad
On Wed, Aug 21, 2013 at 7:52 AM, Jim Mooney wrote: > http://interactivepython.org > > Would be nice if it worked though, logged in through my google account, now i get this error which I can do nothing about: Sorry, Something went wrong The error is: invalid request __

[Tutor] Runestone Python Course

2013-08-20 Thread Jim Mooney
http://interactivepython.org Since there has been some mention of courses lately, I think this has become the best online Python course: "How to Think Like a Computer Scientist." It has an interactive Online Interpreter, where you can run the examples, or change things and experiment with new code