Re: [Tutor] printing items form list

2017-03-03 Thread dirkjso...@gmail.com
On 03/03/2017 12:19 PM, Alan Gauld via Tutor wrote: On 03/03/17 18:52, Peter Otten wrote: Antonio Zagheni via Tutor wrote: suitcase = ["book, ", "towel, ", "shirt, ", "pants"] Hm, looks like you opened Rafael's suitcase while he wasn't looking, and sneaked in some commas and spaces ;) That's

Re: [Tutor] subprocess module seems to be failing...

2016-06-03 Thread dirkjso...@gmail.com
Add sound of me beating my head with a bat! :) Thanks Peter! -I was a bit too precise in my naming conventions for later review! On 06/03/2016 02:30 PM, Peter Otten wrote: dirkjso...@gmail.com wrote: Running Linux Mint 17.3 Python3.4.3 I'm following a Tutor concerning the subpr

[Tutor] subprocess module seems to be failing...

2016-06-03 Thread dirkjso...@gmail.com
Running Linux Mint 17.3 Python3.4.3 I'm following a Tutor concerning the subprocess module which said to open a Terminal SHELL and type: $ python3 >>> import subprocess >>> subprocess.call('ls', shell=True) Last night the subprocess.call portion was erroring saying their was no 'call' attrib

Re: [Tutor] Learning Regular Expressions

2016-05-30 Thread dirkjso...@gmail.com
Thanks Bob, OK. The escape character \ still is active in escaping the next character or space when inside of triple quotes. So, I guess when the program is running, since I am not printing these things out, I don't care if anything in my notes is escaped unless it is a strategic single o

Re: [Tutor] Learning Regular Expressions

2016-05-30 Thread dirkjso...@gmail.com
On 05/24/2016 01:48 PM, Alan Gauld via Tutor wrote: On 23/05/16 23:08, Terry--gmail wrote: scripted worked great without the notes! I'd like to know what it is in the below Tripple-Quoted section that is causing me this problem...if anyone recognizes. In IDLE's script file..._it's all colored