Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Python

Re: Intro To Python Using Turtle Graphics

 

 

Python python RSS feed   Index | Next | Previous | View Threaded


enkidu.com at com

Nov 27, 2009, 5:02 PM

Post #1 of 9 (352 views)
Permalink
Re: Intro To Python Using Turtle Graphics

Lawrence D'Oliveiro wrote:
>
> Done by Northland Polytechnic, available for download under CC-BY-NC-ND here
> <http://www.archive.org/details/IntroductionToPythonUsingTurtleGraphics>.
>
Urgh. Is that all that python is good for, drawing pretty pictures?

Cheers,

Cliff

--

The Internet is interesting in that although the nicknames may change,
the same old personalities show through.
--
http://mail.python.org/mailman/listinfo/python-list


ben+python at benfinney

Nov 27, 2009, 5:20 PM

Post #2 of 9 (321 views)
Permalink
Re: Intro To Python Using Turtle Graphics [In reply to]

Enkidu <enkidu.com [at] com> writes:

> Urgh. Is that all that python is good for, drawing pretty pictures?

Yep, that's all <URL:http://python.org/about/success/>. Rackspace,
Google, NASA, Philips, Honeywell, AstraZeneca; they're *all*
organisations focussed on drawing pretty pictures, and that's all they
use Python for.

--
\ “Everything you read in newspapers is absolutely true, except |
`\ for that rare story of which you happen to have first-hand |
_o__) knowledge.” —Erwin Knoll |
Ben Finney
--
http://mail.python.org/mailman/listinfo/python-list


steve at REMOVE-THIS-cybersource

Nov 27, 2009, 5:32 PM

Post #3 of 9 (323 views)
Permalink
Re: Intro To Python Using Turtle Graphics [In reply to]

On Sat, 28 Nov 2009 14:02:31 +1300, Enkidu wrote:

> Lawrence D'Oliveiro wrote:
> >
>> Done by Northland Polytechnic, available for download under CC-BY-NC-ND
>> here
>> <http://www.archive.org/details/
>>
> Urgh. Is that all that python is good for, drawing pretty pictures?


[sarcasm]
Yes, yes it is. When they talk about "batteries included", they mean the
batteries that run the turtle.
[end sarcasm]


Are you trolling or just a little sleep-deprived today?

The movie is an introduction aimed at 13-16 year old school children.
It's explicitly labelled as "an introduction using turtle graphics". What
on earth makes you think that because the introduction uses turtle
graphics, that's the ONLY thing that Python can do?



--
Steven
--
http://mail.python.org/mailman/listinfo/python-list


enkidu.com at com

Nov 27, 2009, 5:52 PM

Post #4 of 9 (321 views)
Permalink
Re: Intro To Python Using Turtle Graphics [In reply to]

Ben Finney wrote:
> Enkidu <enkidu.com [at] com> writes:
>
>> Urgh. Is that all that python is good for, drawing pretty pictures?
>
> Yep, that's all <URL:http://python.org/about/success/>. Rackspace,
> Google, NASA, Philips, Honeywell, AstraZeneca; they're *all*
> organisations focussed on drawing pretty pictures, and that's all they
> use Python for.
>
Sorry, I did not mean to post to the CLP list. It would be a stupid
troll to do so on purpose. My apologies. I *AM* a Perl fan but there is
room for both languages.

Cheers,

Cliff

--

The Internet is interesting in that although the nicknames may change,
the same old personalities show through.
--
http://mail.python.org/mailman/listinfo/python-list


enkidu.com at com

Nov 27, 2009, 5:55 PM

Post #5 of 9 (321 views)
Permalink
Re: Intro To Python Using Turtle Graphics [In reply to]

Steven D'Aprano wrote:
> On Sat, 28 Nov 2009 14:02:31 +1300, Enkidu wrote:
>
> Are you trolling or just a little sleep-deprived today?
>
Heh! Maybe a little sleep-deprived, but I didn't realise that the
original post was cross-posted to comp.lang.python. If I'd purposely
posted it to CLP it *would* have been a stupid troll. I did it by
accident, and apologise for doing so.

Cheers,

Cliff

--

The Internet is interesting in that although the nicknames may change,
the same old personalities show through.
--
http://mail.python.org/mailman/listinfo/python-list


ben+python at benfinney

Nov 27, 2009, 6:15 PM

Post #6 of 9 (316 views)
Permalink
Re: Intro To Python Using Turtle Graphics [In reply to]

Enkidu <enkidu.com [at] com> writes:

> Heh! Maybe a little sleep-deprived, but I didn't realise that the
> original post was cross-posted to comp.lang.python. If I'd purposely
> posted it to CLP it *would* have been a stupid troll. I did it by
> accident, and apologise for doing so.

Oh, so trash-talking in *other* forums where you feel safe from being
caught is okay? ;-)

--
\ “If it ain't bust don't fix it is a very sound principle and |
`\ remains so despite the fact that I have slavishly ignored it |
_o__) all my life.” —Douglas Adams |
Ben Finney
--
http://mail.python.org/mailman/listinfo/python-list


enkidu.com at com

Nov 27, 2009, 8:25 PM

Post #7 of 9 (314 views)
Permalink
Re: Intro To Python Using Turtle Graphics [In reply to]

Ben Finney wrote:
> Enkidu <enkidu.com [at] com> writes:
>
>> Heh! Maybe a little sleep-deprived, but I didn't realise that the
>> original post was cross-posted to comp.lang.python. If I'd purposely
>> posted it to CLP it *would* have been a stupid troll. I did it by
>> accident, and apologise for doing so.
>
> Oh, so trash-talking in *other* forums where you feel safe from being
> caught is okay? ;-)
>
I take your point, but the other group in question is a 'local' group.

Cheers,

Cliff

--

The Internet is interesting in that although the nicknames may change,
the same old personalities show through.
--
http://mail.python.org/mailman/listinfo/python-list


tjreedy at udel

Nov 28, 2009, 2:41 AM

Post #8 of 9 (306 views)
Permalink
Re: Intro To Python Using Turtle Graphics [In reply to]

Enkidu wrote:
> Ben Finney wrote:
>
>> Oh, so trash-talking in *other* forums where you feel safe from being
>> caught is okay? ;-)
>>
> I take your point, but the other group in question is a 'local' group.

I think he intended to mean that it was a local group where
trash-talking and stupid comments are the norm.

--
http://mail.python.org/mailman/listinfo/python-list


ben+python at benfinney

Nov 28, 2009, 3:11 AM

Post #9 of 9 (308 views)
Permalink
Re: Intro To Python Using Turtle Graphics [In reply to]

Terry Reedy <tjreedy [at] udel> writes:

> Enkidu wrote:
> > Ben Finney wrote:
> >> Oh, so trash-talking in *other* forums where you feel safe from
> >> being caught is okay? ;-)
> >>
> > I take your point, but the other group in question is a 'local'
> > group.
>
> I think he intended to mean that it was a local group where
> trash-talking and stupid comments are the norm.

Well no, I'm not passing any comment on the group. Merely that
trash-talk isn't made any more acceptable just because the target of the
trash-talk isn't present to hear it.

But more importantly, my comment was intended as a pleasant jibe (hence
the smiley), not a severe admonishment.

--
\ “Pinky, are you pondering what I'm pondering?” “I think so, |
`\ Brain, but if we give peas a chance, won't the lima beans feel |
_o__) left out?” —_Pinky and The Brain_ |
Ben Finney
--
http://mail.python.org/mailman/listinfo/python-list

Python python RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.