On 09/08/16 17:55, Michael Selik wrote:
> Do you mind running the following commands from the python shell?
>
> py> import os
> py> os.getcwd()
> '/Users/mike'
> py> sorted(os.listdir('.'))
> ['.Trash', 'Applications', 'Desktop', ...]
>
> This will show us what location your python interpreter h
On Tue, Aug 9, 2016 at 12:51 PM Cyrus Parvereshi wrote:
> Hi! I'm starting out with programming by self-studying python with a
> textbook used at my university. I came to a chapter that introduced object
> oriented programming with graphics tools like GraphWin and Point. However,
> even though I
On Tue, Aug 09, 2016 at 09:43:26AM -0700, Cyrus Parvereshi wrote:
> Hi! I'm starting out with programming by self-studying python with a
> textbook used at my university. I came to a chapter that introduced object
> oriented programming with graphics tools like GraphWin and Point. However,
> even t
Hi! I'm starting out with programming by self-studying python with a
textbook used at my university. I came to a chapter that introduced object
oriented programming with graphics tools like GraphWin and Point. However,
even though I downloaded the author's graphics.py file from his website and
put