[python-nl] Conventies binnen Python

Joël Cox joel at joelcox.nl
Thu Apr 3 08:14:50 CEST 2014


En natuurlijk autopep8
https://pypi.python.org/pypi/autopep8/

On Apr 2, 2014, at 11:10 AM, Johan Otten <otten.johan at gmail.com> wrote:

> Dit staat allemaal uitgebreid beschreven in PEP8:
> 
> http://legacy.python.org/dev/peps/pep-0008/
> 
> Met als bonus van hoe docstrings eruit zouden moeten zien PEP 257:
> http://legacy.python.org/dev/peps/pep-0257/
> 
> daarnaast enforced pylint een groot gedeelte en dan is er altijd nog pep8.py for het enforcen van PEP 8
> https://pypi.python.org/pypi/pep8
> 
> 
> 2014-04-02 11:02 GMT+02:00 Kees de Jong <keesdejong at gmail.com>:
> Ik ben erg benieuwd naar de logica binnen Python voor naam conventies.
> 
> Soms zie ik namen die beginnen met een hoofdletter of volledig in
> hoofdletter, een paar voorbeelden uit deze link:
> https://docs.python.org/2/library/subprocess.html#module-subprocess
> 
> 1) subprocess.check_output()
> 2) subprocess.PIPE
> 3) subprocess.Popen()
> 
> Ik wil graag begrijpen wat het inhoud en als dit gewoon gemaakt is als
> open-source door iemand die dit persoonlijk handig vond dan zou ik
> graag willen weten of er wel of geen PIP voor is. Python is als het
> komt op indentation erg strikt, het zou jammer zijn als hier dan weer
> geen regels voor zijn gemaakt. Ik ben erg benieuwd!
> 
> 
> 
> Thanks.
> _______________________________________________
> Python-nl mailing list
> Python-nl at python.org
> https://mail.python.org/mailman/listinfo/python-nl
> 
> _______________________________________________
> Python-nl mailing list
> Python-nl at python.org
> https://mail.python.org/mailman/listinfo/python-nl

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-nl/attachments/20140403/35acb972/attachment.html>


More information about the Python-nl mailing list