[Python-ideas] PythonOS

2016-11-06 Thread victor rajewski
d from within python, so that the user never has to leave the python prompt. For a start, things like network config, and possibly cron. What do you think? I'm not in a state to do all of this myself, but could give it a start if there is interest in the concept. -- Victor Rajewski Sent from my

Re: [Python-ideas] (no subject)

2016-11-28 Thread victor rajewski
Sorry, I forgot the subject line! On Tue., 29 Nov. 2016, 3:58 pm victor rajewski, <askvic...@gmail.com> wrote: > I teach a computing subject to high school students using Python as our > primary language. One thing that often causes confusion at the start is > error messages/exce

[Python-ideas] (no subject)

2016-11-28 Thread victor rajewski
r i in l ^ SyntaxError: invalid syntax A better message might be: You have a for loop without a : (colon). Try adding a colon at the end of the line. Any thoughts? [1]: http://researchrepository.ucd.ie/handle/10197/7583 -- Victor Rajewski _

Re: [Python-ideas] Better error messages [was: (no subject)]

2016-12-04 Thread victor rajewski
would help them fix these errors. -- Victor Rajewski ___ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/