René's URL Explorer Experiment


Title: 3. Objects and abstraction — Object-oriented Programming documentation

direct link

Domain: object-oriented-python.github.io

Links:

https://object-oriented-python.github.io/index.html
Bookhttps://object-oriented-python.github.io/index.html
Videoshttps://object-oriented-python.github.io/videos.html
Exerciseshttps://object-oriented-python.github.io/exercises.html
Installationhttps://object-oriented-python.github.io/installation.html
https://object-oriented-python.github.io/3_objects.html#objects-and-abstraction
typehttps://object-oriented-python.github.io/3_objects.html#term-type
classhttps://docs.python.org/3/reference/compound_stmts.html#class
https://object-oriented-python.github.io/3_objects.html#abstraction-in-action
integershttps://docs.python.org/3/library/stdtypes.html#typesnumeric
stringhttps://docs.python.org/3/library/stdtypes.html#textseq
operandshttps://object-oriented-python.github.io/3_objects.html#term-operands
setshttps://docs.python.org/3/library/stdtypes.html#types-set
floating point valuehttps://docs.python.org/3/library/stdtypes.html#typesnumeric
https://object-oriented-python.github.io/3_objects.html#types
inthttps://docs.python.org/3/library/functions.html#int
floathttps://docs.python.org/3/library/functions.html#float
complexhttps://docs.python.org/3/library/functions.html#complex
strhttps://docs.python.org/3/library/stdtypes.html#str
tuplehttps://docs.python.org/3/library/stdtypes.html#tuple
listhttps://docs.python.org/3/library/stdtypes.html#list
sethttps://docs.python.org/3/library/stdtypes.html#set
dicthttps://docs.python.org/3/library/stdtypes.html#dict
typehttps://docs.python.org/3/library/functions.html#type
inthttps://docs.python.org/3/library/functions.html#int
abs()https://docs.python.org/3/library/functions.html#abs
built-in functionhttps://docs.python.org/3/library/functions.html
inthttps://docs.python.org/3/library/functions.html#int
inthttps://docs.python.org/3/library/functions.html#int
typehttps://docs.python.org/3/library/functions.html#type
typehttps://docs.python.org/3/library/functions.html#type
typehttps://docs.python.org/3/library/functions.html#type
typehttps://docs.python.org/3/library/functions.html#type
classhttps://docs.python.org/3/reference/compound_stmts.html#class
https://object-oriented-python.github.io/3_objects.html#defining-new-types
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=b70b944d-612c-4e57-9538-af8d01031342
built-in typeshttps://docs.python.org/3/library/stdtypes.html
tuplehttps://docs.python.org/3/library/stdtypes.html#tuple
concatenationhttps://object-oriented-python.github.io/3_objects.html#term-concatenation
https://object-oriented-python.github.io/3_objects.html#classes-and-constructors
classhttps://docs.python.org/3/reference/compound_stmts.html#class
class definitionhttps://docs.python.org/3/reference/compound_stmts.html#class
function definitionhttps://docs.python.org/3/reference/compound_stmts.html#function
__init__()https://docs.python.org/3/reference/datamodel.html#object.__init__
methodshttps://object-oriented-python.github.io/3_objects.html#term-method
__init__()https://docs.python.org/3/reference/datamodel.html#object.__init__
__init__()https://docs.python.org/3/reference/datamodel.html#object.__init__
constructorhttps://object-oriented-python.github.io/3_objects.html#term-constructor
instantiatinghttps://object-oriented-python.github.io/3_objects.html#term-instantiate
__init__()https://docs.python.org/3/reference/datamodel.html#object.__init__
special methodhttps://object-oriented-python.github.io/3_objects.html#term-special-method
tuplehttps://docs.python.org/3/library/stdtypes.html#tuple
scopehttps://object-oriented-python.github.io/2_programs_in_files.html#term-scope
__init__()https://docs.python.org/3/reference/datamodel.html#object.__init__
__init__()https://docs.python.org/3/reference/datamodel.html#object.__init__
https://object-oriented-python.github.io/3_objects.html#attributes
__init__()https://docs.python.org/3/reference/datamodel.html#object.__init__
__init__()https://docs.python.org/3/reference/datamodel.html#object.__init__
attributeshttps://object-oriented-python.github.io/3_objects.html#term-attribute
https://object-oriented-python.github.io/3_objects.html#methods
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=b3a56e5f-2ed4-4417-aaf8-ae1c00da6017
special methodhttps://object-oriented-python.github.io/3_objects.html#term-special-method
__init__()https://docs.python.org/3/reference/datamodel.html#object.__init__
classhttps://docs.python.org/3/reference/compound_stmts.html#class
__init__()https://docs.python.org/3/reference/datamodel.html#object.__init__
__init__()https://docs.python.org/3/reference/datamodel.html#object.__init__
namespacehttps://object-oriented-python.github.io/2_programs_in_files.html#term-namespace
methodhttps://object-oriented-python.github.io/3_objects.html#term-method
instance methodhttps://object-oriented-python.github.io/3_objects.html#term-instance-method
https://object-oriented-python.github.io/3_objects.html#string-representations-of-objects
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=4fe0252a-619d-4959-99f0-ae1c00da657d
special methodhttps://object-oriented-python.github.io/3_objects.html#term-special-method
__str__()https://docs.python.org/3/reference/datamodel.html#object.__str__
Listing 3.1https://object-oriented-python.github.io/3_objects.html#polynomial-str
https://object-oriented-python.github.io/3_objects.html#polynomial-str
special methodshttps://object-oriented-python.github.io/3_objects.html#term-special-method
__str__()https://docs.python.org/3/reference/datamodel.html#object.__str__
print()https://docs.python.org/3/library/functions.html#print
strhttps://docs.python.org/3/library/stdtypes.html#str
__repr__()https://docs.python.org/3/reference/datamodel.html#object.__repr__
repr()https://docs.python.org/3/library/functions.html#repr
__repr__()https://docs.python.org/3/reference/datamodel.html#object.__repr__
Chapter 7https://object-oriented-python.github.io/7_inheritance.html#inheritance
__repr__()https://docs.python.org/3/reference/datamodel.html#object.__repr__
repr()https://docs.python.org/3/library/functions.html#repr
__str__()https://docs.python.org/3/reference/datamodel.html#object.__str__
strhttps://docs.python.org/3/library/stdtypes.html#str
f-stringshttps://docs.python.org/3/tutorial/inputoutput.html#tut-f-strings
repr()https://docs.python.org/3/library/functions.html#repr
strhttps://docs.python.org/3/library/stdtypes.html#str
https://object-oriented-python.github.io/3_objects.html#object-equality
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=17aa405c-bf70-4007-b365-ae1c00da7976
id()https://docs.python.org/3/library/functions.html#id
__eq__()https://docs.python.org/3/reference/datamodel.html#object.__eq__
special methodhttps://object-oriented-python.github.io/3_objects.html#term-special-method
Truehttps://docs.python.org/3/library/constants.html#True
Falsehttps://docs.python.org/3/library/constants.html#False
__eq__()https://docs.python.org/3/reference/datamodel.html#object.__eq__
https://object-oriented-python.github.io/3_objects.html#defining-arithmetic-options-on-objects
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=d9a38b7e-d182-46f6-90fc-ae1c00da8682
special methodhttps://object-oriented-python.github.io/3_objects.html#term-special-method
__add__()https://docs.python.org/3/reference/datamodel.html#object.__add__
NotImplementedhttps://docs.python.org/3/library/constants.html#NotImplemented
isinstance()https://docs.python.org/3/library/functions.html#isinstance
Numberhttps://docs.python.org/3/library/numbers.html#numbers.Number
numbershttps://docs.python.org/3/library/numbers.html#module-numbers
Numberhttps://docs.python.org/3/library/numbers.html#numbers.Number
isinstance()https://docs.python.org/3/library/functions.html#isinstance
Numberhttps://docs.python.org/3/library/numbers.html#numbers.Number
inheritancehttps://object-oriented-python.github.io/7_inheritance.html#inheritance
abstract base classeshttps://object-oriented-python.github.io/10_further_object-oriented_features.html#abstract-base-classes
Listing 3.2https://object-oriented-python.github.io/3_objects.html#polynomial-add
https://object-oriented-python.github.io/3_objects.html#polynomial-add
inthttps://docs.python.org/3/library/functions.html#int
NotImplementedhttps://docs.python.org/3/library/constants.html#NotImplemented
inthttps://docs.python.org/3/library/functions.html#int
__add__()https://docs.python.org/3/reference/datamodel.html#object.__add__
NotImplementedhttps://docs.python.org/3/library/constants.html#NotImplemented
__radd__()https://docs.python.org/3/reference/datamodel.html#object.__radd__
special methodhttps://object-oriented-python.github.io/3_objects.html#term-special-method
in the Python documentationhttps://docs.python.org/3/reference/datamodel.html#numeric-types
https://object-oriented-python.github.io/3_objects.html#creating-objects-that-act-like-functions
abs()https://docs.python.org/3/library/functions.html#abs
special methodhttps://object-oriented-python.github.io/3_objects.html#term-special-method
__call__()https://docs.python.org/3/reference/datamodel.html#object.__call__
__call__()https://docs.python.org/3/reference/datamodel.html#object.__call__
https://object-oriented-python.github.io/3_objects.html#encapsulation
encapsulationhttps://object-oriented-python.github.io/3_objects.html#term-encapsulation
https://object-oriented-python.github.io/3_objects.html#assignment-and-instantiation
instantiateshttps://object-oriented-python.github.io/3_objects.html#term-instantiate
https://object-oriented-python.github.io/3_objects.html#glossary
https://object-oriented-python.github.io/3_objects.html#term-abstraction
https://object-oriented-python.github.io/3_objects.html#term-attribute
classhttps://object-oriented-python.github.io/3_objects.html#term-class
Methodshttps://object-oriented-python.github.io/3_objects.html#term-method
https://object-oriented-python.github.io/3_objects.html#term-class
https://object-oriented-python.github.io/3_objects.html#term-type
Classhttps://docs.python.org/3/reference/compound_stmts.html#class
typehttps://docs.python.org/3/library/functions.html#type
https://object-oriented-python.github.io/3_objects.html#term-concatenation
sequenceshttps://docs.python.org/3/library/stdtypes.html#typesseq
https://object-oriented-python.github.io/3_objects.html#term-constructor
__init__()https://docs.python.org/3/reference/datamodel.html#object.__init__
classhttps://object-oriented-python.github.io/3_objects.html#term-class
https://object-oriented-python.github.io/3_objects.html#term-data-attribute
attributehttps://object-oriented-python.github.io/3_objects.html#term-attribute
methodhttps://object-oriented-python.github.io/3_objects.html#term-method
https://object-oriented-python.github.io/3_objects.html#term-encapsulation
https://object-oriented-python.github.io/3_objects.html#term-infix-operator
operandshttps://object-oriented-python.github.io/3_objects.html#term-operands
https://object-oriented-python.github.io/3_objects.html#term-instance
inheritancehttps://object-oriented-python.github.io/7_inheritance.html#inheritance
https://object-oriented-python.github.io/3_objects.html#term-instantiate
instancehttps://object-oriented-python.github.io/3_objects.html#term-instance
classhttps://object-oriented-python.github.io/3_objects.html#term-class
constructorhttps://object-oriented-python.github.io/3_objects.html#term-constructor
https://object-oriented-python.github.io/3_objects.html#term-method
https://object-oriented-python.github.io/3_objects.html#term-instance-method
classhttps://object-oriented-python.github.io/3_objects.html#term-class
https://object-oriented-python.github.io/3_objects.html#term-operands
https://object-oriented-python.github.io/3_objects.html#term-pseudocode
https://object-oriented-python.github.io/3_objects.html#term-special-method
https://object-oriented-python.github.io/3_objects.html#term-magic-method
classhttps://object-oriented-python.github.io/3_objects.html#term-class
constructorhttps://object-oriented-python.github.io/3_objects.html#term-constructor
the Python documentationhttps://docs.python.org/3/reference/datamodel.html#specialnames
https://object-oriented-python.github.io/3_objects.html#exercises
book websitehttps://object-oriented-python.github.io/edition3/exercises.html
__sub__()https://docs.python.org/3/reference/datamodel.html#object.__sub__
__rsub__()https://docs.python.org/3/reference/datamodel.html#object.__rsub__
__mul__()https://docs.python.org/3/reference/datamodel.html#object.__mul__
__rmul__()https://docs.python.org/3/reference/datamodel.html#object.__rmul__
__pow__()https://docs.python.org/3/reference/datamodel.html#object.__pow__
numbers.Integralhttps://docs.python.org/3/library/numbers.html#numbers.Integral
__call__()https://docs.python.org/3/reference/datamodel.html#object.__call__
constructorhttps://object-oriented-python.github.io/3_objects.html#term-constructor
importhttps://object-oriented-python.github.io/2_programs_in_files.html#modules
__contains__()https://docs.python.org/3/reference/datamodel.html#object.__contains__
special methodhttps://object-oriented-python.github.io/3_objects.html#term-special-method
Truehttps://docs.python.org/3/library/constants.html#True
Truehttps://docs.python.org/3/library/constants.html#True
1https://object-oriented-python.github.io/3_objects.html#id3
https://object-oriented-python.github.io/edition3/exercises.htmlhttps://object-oriented-python.github.io/edition3/exercises.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.