Functional programming
Steven D'Aprano
steve+comp.lang.python at pearwood.info
Sun Mar 2 20:54:47 EST 2014
On Mon, 03 Mar 2014 06:14:09 +0700, musicdenotation wrote:
> If Python is not a fnctional language, then which programming paradigmis
> dominant?
Object oriented and procedural are about equally dominant, with a strong
influence from functional paradigm.
There are small amounts of imperative paradigm (e.g. the import and del
statements), and you can use iterators and generators to program using a
pipelining paradigm.
--
Steven D'Aprano
http://import-that.dreamwidth.org/
More information about the Python-list
mailing list