On 12/05/2019 00:24, David L Neil wrote:

> "3 consoles": what is the purpose of each?
> (my first reaction stemmed from many editors including a built-in console)

One for vim,
One for the Python interpreter
One for an OS shell used for running/testing the app plus any
miscellaneous Unixy type things I need to do (sed/grep/awk/git etc).

I'll usually also have a web browser for reading
documentation if necessary, although that's mostly
done in the interpreter using dir()/help().

Alt-Tab and the X cut 'n paste mechanism provides
enough integration between windows.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to