René's URL Explorer Experiment


Title: 6. Errors and exceptions — 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/6_exceptions.html#errors-and-exceptions
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=9c437655-106e-47d2-85d4-ae1c00db1ca7
https://object-oriented-python.github.io/6_exceptions.html#what-is-an-error
Python interpreterhttps://object-oriented-python.github.io/2_programs_in_files.html#term-Python-interpreter
exceptionhttps://object-oriented-python.github.io/6_exceptions.html#term-exception
ZeroDivisionErrorhttps://docs.python.org/3/library/exceptions.html#ZeroDivisionError
tracebackhttps://object-oriented-python.github.io/6_exceptions.html#term-traceback
floathttps://docs.python.org/3/library/functions.html#float
https://object-oriented-python.github.io/6_exceptions.html#syntax-errors
SyntaxErrorhttps://docs.python.org/3/library/exceptions.html#SyntaxError
Python interpreterhttps://object-oriented-python.github.io/2_programs_in_files.html#term-Python-interpreter
Python interpreterhttps://object-oriented-python.github.io/2_programs_in_files.html#term-Python-interpreter
tuplehttps://docs.python.org/3/library/stdtypes.html#tuple
Python interpreterhttps://object-oriented-python.github.io/2_programs_in_files.html#term-Python-interpreter
printhttps://docs.python.org/3/library/functions.html#print
printhttps://docs.python.org/3/library/functions.html#print
printhttps://docs.python.org/3/library/functions.html#print
https://object-oriented-python.github.io/6_exceptions.html#exceptions
exceptionhttps://object-oriented-python.github.io/6_exceptions.html#term-exception
Section 6.5https://object-oriented-python.github.io/6_exceptions.html#handling-exceptions
IndexErrorhttps://docs.python.org/3/library/exceptions.html#IndexError
full list of built-in exceptionshttps://docs.python.org/3/library/exceptions.html
Section 7.4https://object-oriented-python.github.io/7_inheritance.html#defining-exceptions
https://object-oriented-python.github.io/6_exceptions.html#tracebacks-finding-errors
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=55886da2-963f-43c3-9dc2-ae1c00db2513
Chapter 3https://object-oriented-python.github.io/3_objects.html#objects
TypeErrorhttps://docs.python.org/3/library/exceptions.html#TypeError
concatenatehttps://object-oriented-python.github.io/3_objects.html#term-concatenation
tracebackhttps://object-oriented-python.github.io/6_exceptions.html#term-traceback
https://object-oriented-python.github.io/6_exceptions.html#the-call-stack
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=f4fc8938-8e22-47bb-ac78-ae1c00db2e41
[2]https://object-oriented-python.github.io/6_exceptions.html#function
stack framehttps://object-oriented-python.github.io/6_exceptions.html#term-stack-frame
stackshttps://object-oriented-python.github.io/5_abstract_data_types.html#term-stack
Section 5.1https://object-oriented-python.github.io/5_abstract_data_types.html#stacks
stackhttps://object-oriented-python.github.io/5_abstract_data_types.html#term-stack
call stackhttps://object-oriented-python.github.io/6_exceptions.html#term-call-stack
execution stackhttps://object-oriented-python.github.io/6_exceptions.html#term-execution-stack
interpreter stackhttps://object-oriented-python.github.io/6_exceptions.html#term-interpreter-stack
https://object-oriented-python.github.io/6_exceptions.html#interpreting-tracebacks
call stackhttps://object-oriented-python.github.io/6_exceptions.html#term-call-stack
stack frameshttps://object-oriented-python.github.io/6_exceptions.html#term-stack-frame
special methodhttps://object-oriented-python.github.io/3_objects.html#term-special-method
special methodhttps://object-oriented-python.github.io/3_objects.html#term-special-method
stack framehttps://object-oriented-python.github.io/6_exceptions.html#term-stack-frame
tracebackhttps://object-oriented-python.github.io/6_exceptions.html#term-traceback
call stackhttps://object-oriented-python.github.io/6_exceptions.html#term-call-stack
https://object-oriented-python.github.io/6_exceptions.html#raising-exceptions
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=fe0a11e0-4600-4578-9207-ae1c00db3aa1
Python interpreterhttps://object-oriented-python.github.io/2_programs_in_files.html#term-Python-interpreter
tracebackhttps://object-oriented-python.github.io/6_exceptions.html#term-traceback
raisehttps://docs.python.org/3/reference/simple_stmts.html#raise
instanceshttps://object-oriented-python.github.io/3_objects.html#term-instance
numbers.Integralhttps://docs.python.org/3/library/numbers.html#numbers.Integral
TypeErrorhttps://docs.python.org/3/library/exceptions.html#TypeError
raisehttps://docs.python.org/3/reference/simple_stmts.html#raise
raisehttps://docs.python.org/3/reference/simple_stmts.html#raise
Listing 6.1https://object-oriented-python.github.io/6_exceptions.html#typesafe-fib
https://object-oriented-python.github.io/6_exceptions.html#id7
tracebackhttps://object-oriented-python.github.io/6_exceptions.html#term-traceback
TypeErrorhttps://docs.python.org/3/library/exceptions.html#TypeError
stack framehttps://object-oriented-python.github.io/6_exceptions.html#term-stack-frame
returnhttps://docs.python.org/3/reference/simple_stmts.html#return
raisehttps://docs.python.org/3/reference/simple_stmts.html#raise
returnhttps://docs.python.org/3/reference/simple_stmts.html#return
raisehttps://docs.python.org/3/reference/simple_stmts.html#raise
https://object-oriented-python.github.io/6_exceptions.html#handling-exceptions
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=1dfd1930-5b27-4858-8fd1-ae1c00db4473
tracebackhttps://object-oriented-python.github.io/6_exceptions.html#term-traceback
tracebackhttps://object-oriented-python.github.io/6_exceptions.html#term-traceback
stack frameshttps://object-oriented-python.github.io/6_exceptions.html#term-stack-frame
ZeroDivisionErrorhttps://docs.python.org/3/library/exceptions.html#ZeroDivisionError
ZeroDivisionErrorhttps://docs.python.org/3/library/exceptions.html#ZeroDivisionError
Listing 6.2https://object-oriented-python.github.io/6_exceptions.html#gcd
ZeroDivisionErrorhttps://docs.python.org/3/library/exceptions.html#ZeroDivisionError
https://object-oriented-python.github.io/6_exceptions.html#id8
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
excepthttps://docs.python.org/3/reference/compound_stmts.html#except
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
excepthttps://docs.python.org/3/reference/compound_stmts.html#except
excepthttps://docs.python.org/3/reference/compound_stmts.html#except
ZeroDivisionErrorhttps://docs.python.org/3/library/exceptions.html#ZeroDivisionError
ZeroDivisionErrorhttps://docs.python.org/3/library/exceptions.html#ZeroDivisionError
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
tracebackhttps://object-oriented-python.github.io/6_exceptions.html#term-traceback
excepthttps://docs.python.org/3/reference/compound_stmts.html#except
https://object-oriented-python.github.io/6_exceptions.html#except-clauses
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=4819cfe6-2743-4ed2-986e-af8e00c2198a
excepthttps://docs.python.org/3/reference/compound_stmts.html#except
excepthttps://docs.python.org/3/reference/compound_stmts.html#except
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
excepthttps://docs.python.org/3/reference/compound_stmts.html#except
https://object-oriented-python.github.io/6_exceptions.html#else-and-finally
elsehttps://docs.python.org/3/reference/compound_stmts.html#try
elsehttps://docs.python.org/3/reference/compound_stmts.html#try
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
finallyhttps://docs.python.org/3/reference/compound_stmts.html#finally
excepthttps://docs.python.org/3/reference/compound_stmts.html#except
finallyhttps://docs.python.org/3/reference/compound_stmts.html#finally
finallyhttps://docs.python.org/3/reference/compound_stmts.html#finally
section of the official Python tutorial on handling exceptionshttps://docs.python.org/3/tutorial/errors.html#tut-handling
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
Listing 6.3https://object-oriented-python.github.io/6_exceptions.html#except-demo
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
https://object-oriented-python.github.io/6_exceptions.html#id9
except_demo()https://object-oriented-python.github.io/example_code.html#example_code.try_except.except_demo
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
elsehttps://docs.python.org/3/reference/compound_stmts.html#try
finallyhttps://docs.python.org/3/reference/compound_stmts.html#finally
ZeroDivisionErrorhttps://docs.python.org/3/library/exceptions.html#ZeroDivisionError
excepthttps://docs.python.org/3/reference/compound_stmts.html#except
elsehttps://docs.python.org/3/reference/compound_stmts.html#try
finallyhttps://docs.python.org/3/reference/compound_stmts.html#finally
finallyhttps://docs.python.org/3/reference/compound_stmts.html#finally
https://object-oriented-python.github.io/6_exceptions.html#exception-handling-and-the-call-stack
excepthttps://docs.python.org/3/reference/compound_stmts.html#except
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
stack frameshttps://object-oriented-python.github.io/6_exceptions.html#term-stack-frame
call stackhttps://object-oriented-python.github.io/6_exceptions.html#term-call-stack
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
tryhttps://docs.python.org/3/reference/compound_stmts.html#try
Python interpreterhttps://object-oriented-python.github.io/2_programs_in_files.html#term-Python-interpreter
stack framehttps://object-oriented-python.github.io/6_exceptions.html#term-stack-frame
Listing 6.4https://object-oriented-python.github.io/6_exceptions.html#unwind
excepthttps://docs.python.org/3/reference/compound_stmts.html#except
https://object-oriented-python.github.io/6_exceptions.html#id10
https://object-oriented-python.github.io/6_exceptions.html#exceptions-are-not-always-errors
StopIterationhttps://docs.python.org/3/library/exceptions.html#StopIteration
Section 5.6https://object-oriented-python.github.io/5_abstract_data_types.html#iterator-protocol
exceptionhttps://object-oriented-python.github.io/6_exceptions.html#term-exception
__next__()https://docs.python.org/3/library/stdtypes.html#iterator.__next__
https://object-oriented-python.github.io/6_exceptions.html#glossary
https://object-oriented-python.github.io/6_exceptions.html#term-call-stack
https://object-oriented-python.github.io/6_exceptions.html#term-execution-stack
https://object-oriented-python.github.io/6_exceptions.html#term-interpreter-stack
stackhttps://object-oriented-python.github.io/5_abstract_data_types.html#term-stack
stack frameshttps://object-oriented-python.github.io/6_exceptions.html#term-stack-frame
https://object-oriented-python.github.io/6_exceptions.html#term-exception
raisedhttps://object-oriented-python.github.io/6_exceptions.html#raising-exceptions
Python interpreterhttps://object-oriented-python.github.io/2_programs_in_files.html#term-Python-interpreter
handledhttps://object-oriented-python.github.io/6_exceptions.html#handling-exceptions
tracebackhttps://object-oriented-python.github.io/6_exceptions.html#term-traceback
https://object-oriented-python.github.io/6_exceptions.html#term-stack-frame
https://object-oriented-python.github.io/6_exceptions.html#term-syntax
https://object-oriented-python.github.io/6_exceptions.html#term-syntax-error
exceptionhttps://object-oriented-python.github.io/6_exceptions.html#term-exception
syntaxhttps://object-oriented-python.github.io/6_exceptions.html#term-syntax
https://object-oriented-python.github.io/6_exceptions.html#term-traceback
https://object-oriented-python.github.io/6_exceptions.html#term-stack-trace
https://object-oriented-python.github.io/6_exceptions.html#term-back-trace
call stackhttps://object-oriented-python.github.io/6_exceptions.html#term-call-stack
stack framehttps://object-oriented-python.github.io/6_exceptions.html#term-stack-frame
https://object-oriented-python.github.io/6_exceptions.html#exercises
book websitehttps://object-oriented-python.github.io/edition3/exercises.html
ValueErrorhttps://docs.python.org/3/library/exceptions.html#ValueError
1https://object-oriented-python.github.io/6_exceptions.html#id5
https://docs.python.org/3/tutorial/errors.html#tut-handlinghttps://docs.python.org/3/tutorial/errors.html#tut-handling
2https://object-oriented-python.github.io/6_exceptions.html#id2
methodhttps://object-oriented-python.github.io/3_objects.html#term-method
special methodhttps://object-oriented-python.github.io/3_objects.html#term-special-method
3https://object-oriented-python.github.io/6_exceptions.html#id6
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.