On Fri, May 22, 2020 at 11:02 PM Joao S. O. Bueno <[email protected]> wrote: > I am recording a video series trying to present Python programing to > absolute beginners - and to keep things timely, the ambiguity between > two valid quote types is already a _pain_ - which I simply try to avoid > by making consistent use of just one quote type. But after a 4 hour > crash course, > no one that is not already familiar with coding, could come up comfortable > with > using both ' or " interchangibly unless I spend 30 minutes focusing ont that.
Seriously? In primary school English class I learned that you can nest quotations by using different quote characters. Maybe we need to consider that first-grade English (or whatever your native language is) should be considered a prerequisite for coding, and just teach those kinds of concepts (including words like "singular" and "plural", since they're so helpful for diagnosing bugs). ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/6NUXGP76X5BODZ6CTQO2XNDTVGFHOMV7/ Code of Conduct: http://python.org/psf/codeofconduct/
