mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Adding conjunction "and" after the serial comma.
This commit is contained in:
@@ -213,8 +213,8 @@ can be somewhat misleading and needs to be clarified.
|
|||||||
In Python, everything is an object, and can be handled as such. This is what is
|
In Python, everything is an object, and can be handled as such. This is what is
|
||||||
meant when we say, for example, that functions are first-class objects.
|
meant when we say, for example, that functions are first-class objects.
|
||||||
Functions, classes, strings, and even types are objects in Python: like any
|
Functions, classes, strings, and even types are objects in Python: like any
|
||||||
object, they have a type, they can be passed as function arguments, they may
|
object, they have a type, they can be passed as function arguments, and they
|
||||||
have methods and properties. In this understanding, Python is an
|
may have methods and properties. In this understanding, Python is an
|
||||||
object-oriented language.
|
object-oriented language.
|
||||||
|
|
||||||
However, unlike Java, Python does not impose object-oriented programming as the
|
However, unlike Java, Python does not impose object-oriented programming as the
|
||||||
|
|||||||
Reference in New Issue
Block a user