[Tutor] The Python way and two dimensional lists

Alex Kleider alexkleider at gmail.com
Mon Nov 22 19:59:56 EST 2021


When I'm coding a big project I have 3 windows open:

> 1) The editor or IDE I'm using(depends on language)
> 2) The interactive interpreter (depends on language)
> 3) an OS prompt set to run the program (I don't
> fully trust IDE tools to run my code, I always do
> a final test as an end user would)
>
>
> In (1) I edit, debug, navigate and version control my code
> In (2) I try out ideas, test function operations etc.
>        Often copying code snippets from her into the editor.
>

So (assuming you use vim) you must also have set vim up to allow copy/paste
to/from system clipboard & vim.  I'd be interested how you did that.
(Perhaps it's set up that way by default in some Linux distributions but
not so for Debian/GNU Linux (the last two releases.)


More information about the Tutor mailing list