Content deleted Content added
m →In practice: Spelling consistency. |
Erictleung (talk | contribs) →Being Pythonic: Add concept of unpythonic |
||
Line 68:
</syntaxhighlight>
</blockquote>
Code that is difficult to understand or reads like a rough transcription from another programming language is called ''unpythonic''.<ref>{{Cite web|url=https://towardsdatascience.com/how-to-be-pythonic-and-why-you-should-care-188d63a5037e|title=How to be Pythonic and why you should care|first=Robert|last=Clark|date=26 April 2019|website=Medium|access-date=20 January 2021|archive-date=13 August 2021|archive-url=https://web.archive.org/web/20210813194313/https://towardsdatascience.com/how-to-be-pythonic-and-why-you-should-care-188d63a5037e?gi=dd6bc15118b3|url-status=live}}</ref><ref>{{Cite web|url=https://docs.python-guide.org/writing/style|title=Code Style – The Hitchhiker's Guide to Python|website=docs.python-guide.org|access-date=20 January 2021|archive-date=27 January 2021|archive-url=https://web.archive.org/web/20210127154341/https://docs.python-guide.org/writing/style/|url-status=live}}</ref>
== In practice ==
|