This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Paddy McCarthy
Recipients Paddy McCarthy, brett.cannon, docs@python
Date 2015-08-23.06:52:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440312727.77.0.353824948397.issue24914@psf.upfronthosting.co.za>
In-reply-to
Content
OK, here's a suggested re-wording:

"Python is an interpreted, interactive, object-oriented programming language that also supports programming in procedural and functional styles. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes; but statements are not required to be contained in class definitions and functions are first class - being able to be composed, returned from other functions and be a member of other container types such as dicts, sets, and lists."

If that is too long,an alternative would be to delete my addition to the last sentence from "; but classes are not ..." Leaving it to the reader to research just how procedural and functional Python can be. (Where should a programmer, but newbie-to-Python look)?
History
Date User Action Args
2015-08-23 06:52:07Paddy McCarthysetrecipients: + Paddy McCarthy, brett.cannon, docs@python
2015-08-23 06:52:07Paddy McCarthysetmessageid: <1440312727.77.0.353824948397.issue24914@psf.upfronthosting.co.za>
2015-08-23 06:52:07Paddy McCarthylinkissue24914 messages
2015-08-23 06:52:07Paddy McCarthycreate