New submission from Mark Summerfield:

The turtle module is aimed primarily at young beginners to Python. Making them 
type turtle.this and turtle.that all over the place is tedious and unhelpful.

At the start of the turtle docs there's a nice example that begins
from turtle import *
and the following code is all the better for it.

But none of the other examples do this. I realise that this would make the 
module's docs inconsistent, but given the target audience and given that we 
surely want to lower the barrier to entry, it would be a reasonable concession 
to make?

----------
assignee: docs@python
components: Documentation
messages: 224538
nosy: docs@python, mark
priority: normal
severity: normal
status: open
title: turtle module examples should all begin "from turtle import *"
type: enhancement
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22122>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to