[docs] [issue24914] Python: Not just OO style but this is not mentioned on python.org or in FAQ

Brett Cannon report at bugs.python.org
Sun Aug 23 03:45:49 CEST 2015


Brett Cannon added the comment:

The problem is that technically Python is an object-oriented language as everything is a language (which is what makes Python more OO than Java). Having said that, you can use other programming styles. I'm fine with clarifying the entry in the FAQ that Python can be written in other programming styles such as procedural or functional. If you have suggested wording, Paddy, please feel free to propose a patch.

----------
nosy: +brett.cannon
stage:  -> needs patch
versions: +Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24914>
_______________________________________


More information about the docs mailing list