[Tutor] Looking for some direction

Alan Gauld alan.gauld at yahoo.co.uk
Sun May 12 03:59:16 EDT 2019


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




More information about the Tutor mailing list