<div dir="ltr">I completely agree that Python and codebases already in English should remain in English. And I want the source code for turtle.py to stay in English as well. This is where the gray area for Turtle begins though.<div><br></div><div>Turtle is not for professional developers, where the English expectation is there. It is used for school kids to program in, and this code will most likely be forgotten about a week after the programming assignment is done. And in a sense, turtle.py is not used as a module by kids so much as an app (albeit a scriptable one) that moves the turtle around and draws shapes.</div><div><br></div><div>The language barrier is a very real one for non-technical instructors, parents, and students. If we could minimize it down to less than a dozen Python keywords & names (import turtle, for, in, range, while, if, else) that would be a significant gain for Python's reach.</div><div><br></div><div>And I don't think it would be much technical debt for turtle.py. I hope to have a complete translated set soon so I can submit a patch that shows how light of a change this would be.</div><div><br></div><div>-Al</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 4, 2015 at 1:02 PM, Stéphane Wirtel <span dir="ltr"><<a href="mailto:stephane@wirtel.be" target="_blank">stephane@wirtel.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I do agree with the comments of Ludovic about the source code, Python is in English, the code for an open source project is international, and in this case, I prefer English.<br>
<br>
In the past, I have seen some databases in french, with the accents é, è, ç in the columns of the database, that’s really ugly :/ because if you forgot the encoding in the database, you will have a problem.<br>
<br>
Yesterday, I have read a source code in Dutch, sorry but if you don’t know this language, good luck if you want to change the code.<br>
<br>
And an other example, the comments in the code of the EuroPython site is in Italian, ok, the project has been developed for PyCon Italia, but now, we are a lot of international developers on this code, and sincerely, I can speak Italian but not everybody.<br>
<br>
Sincerely, English for the code and the database!<div><div class="h5"><br>
<br>
On 4 Sep 2015, at 21:56, Ludovic Gasc wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thank you for the link, it's interesting.<br>
<br>
However, my remark it's mainly for the source code: Even if I sincerely<br>
think it's better to handle English the most possible you can, I see no<br>
issues to discuss about source code in your native language: I speak myself<br>
in French when I interact with French developers only in my company.<br>
<br>
Nevertheless, for the content of the source code or database structure, at<br>
least to me, you must write in English: I've already analysed source code<br>
in Dutch, it was a lot more complicated to understand the code, I've lost a<br>
lot of time for nothing.<br>
The world is now global and dev resources are enough rare to avoid to lock<br>
your source code content in a local language.<br>
<br>
See for example the big work of LibreOffice to translate German comments:<br>
<a href="https://wiki.documentfoundation.org/Development/Easy_Hacks/Translation_Of_Comments" rel="noreferrer" target="_blank">https://wiki.documentfoundation.org/Development/Easy_Hacks/Translation_Of_Comments</a><br>
<br>
With a localized turtle, you should give a bad habit at the beginning.<br>
<br>
--<br>
Ludovic Gasc (GMLudo)<br>
<a href="http://www.gmludo.eu/" rel="noreferrer" target="_blank">http://www.gmludo.eu/</a><br>
<br>
2015-09-04 14:18 GMT+02:00 Steven D'Aprano <<a href="mailto:steve@pearwood.info" target="_blank">steve@pearwood.info</a>>:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fri, Sep 04, 2015 at 01:34:16PM +0200, Ludovic Gasc wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm agree with Matthias: IT world is mostly English based.<br>
</blockquote>
<br>
Fortunately for the 95% of the world who speak English as a second<br>
language, or not at all, that is changing. For example, StackOverflow<br>
has a very successful Brazilian site, and they make the case for<br>
non-English speakers well:<br>
<br>
<br>
<a href="https://blog.stackexchange.com/2014/02/cant-we-all-be-reasonable-and-speak-english/" rel="noreferrer" target="_blank">https://blog.stackexchange.com/2014/02/cant-we-all-be-reasonable-and-speak-english/</a><br>
<br>
Rather than just repeat what they say there, I will just ask everyone to<br>
read it.<br>
<br>
<br>
--<br>
Steve<br>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/codeofconduct/</a><br>
<br>
</blockquote>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/codeofconduct/</a><br>
</blockquote>
<br>
<br></div></div>
--<br>
Stéphane Wirtel - <a href="http://wirtel.be" rel="noreferrer" target="_blank">http://wirtel.be</a> - @matrixise<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/codeofconduct/</a></div></div></blockquote></div><br></div>