René's URL Explorer Experiment


Title: 8. Debugging and testing — 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/8_debugging.html#debugging-and-testing
Chapter 6https://object-oriented-python.github.io/6_exceptions.html#errors-and-exceptions
exceptionshttps://object-oriented-python.github.io/6_exceptions.html#term-exception
tracebackhttps://object-oriented-python.github.io/6_exceptions.html#term-traceback
https://object-oriented-python.github.io/8_debugging.html#pandas
Pandashttps://pandas.pydata.org
DataFramehttps://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html#pandas.DataFrame
numpy.ndarrayhttps://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray
DataFramehttps://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html#pandas.DataFrame
pandas.Serieshttps://pandas.pydata.org/docs/reference/api/pandas.Series.html#pandas.Series
pandas.Serieshttps://pandas.pydata.org/docs/reference/api/pandas.Series.html#pandas.Series
course repositoryhttps://github.com/object-oriented-python/object-oriented-programming
https://object-oriented-python.github.io/8_debugging.html#id6
Table 8.1https://object-oriented-python.github.io/8_debugging.html#student-data
DataFramehttps://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html#pandas.DataFrame
Serieshttps://pandas.pydata.org/docs/reference/api/pandas.Series.html#pandas.Series
pandas.Serieshttps://pandas.pydata.org/docs/reference/api/pandas.Series.html#pandas.Series
sequence typehttps://docs.python.org/3/library/stdtypes.html#typesseq
Pandas websitehttps://pandas.pydata.org/docs/
https://object-oriented-python.github.io/8_debugging.html#debuggers
tracebackhttps://object-oriented-python.github.io/6_exceptions.html#term-traceback
debuggerhttps://object-oriented-python.github.io/8_debugging.html#term-debugger
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
pdbhttps://docs.python.org/3/library/pdb.html#module-pdb
IPythonhttps://ipython.readthedocs.io
ipdbhttps://github.com/gotcha/ipdb#ipython-pdb
pdbhttps://docs.python.org/3/library/pdb.html#module-pdb
IDEhttps://object-oriented-python.github.io/1_introduction.html#term-IDE
https://object-oriented-python.github.io/8_debugging.html#installing-debuggers
https://object-oriented-python.github.io/8_debugging.html#using-a-graphical-debugger
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=92987237-7c72-40e9-9efb-ae1c00db7b56
IDEhttps://object-oriented-python.github.io/1_introduction.html#term-IDE
https://object-oriented-python.github.io/8_debugging.html#configuring-the-visual-studio-code-debugger
Fig. 8.1https://object-oriented-python.github.io/8_debugging.html#debug-screen
https://object-oriented-python.github.io/_images/debug_screen_annotated.pdf
https://object-oriented-python.github.io/8_debugging.html#id7
https://object-oriented-python.github.io/8_debugging.html#launching-the-visual-studio-code-debugger
Fig. 8.1https://object-oriented-python.github.io/8_debugging.html#debug-screen
Fig. 8.1https://object-oriented-python.github.io/8_debugging.html#debug-screen
https://object-oriented-python.github.io/8_debugging.html#breakpoints-and-exceptions
breakpointshttps://object-oriented-python.github.io/8_debugging.html#term-breakpoint
Fig. 8.1https://object-oriented-python.github.io/8_debugging.html#debug-screen
Fig. 8.1https://object-oriented-python.github.io/8_debugging.html#debug-screen
Fig. 8.1https://object-oriented-python.github.io/8_debugging.html#debug-screen
Fig. 8.1https://object-oriented-python.github.io/8_debugging.html#debug-screen
excepthttps://docs.python.org/3/reference/compound_stmts.html#except
excepthttps://docs.python.org/3/reference/compound_stmts.html#except
https://object-oriented-python.github.io/8_debugging.html#examining-variables-and-the-stack
Fig. 8.1https://object-oriented-python.github.io/8_debugging.html#debug-screen
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
Fig. 8.1https://object-oriented-python.github.io/8_debugging.html#debug-screen
Fig. 8.1https://object-oriented-python.github.io/8_debugging.html#debug-screen
Section 6.3.1https://object-oriented-python.github.io/6_exceptions.html#call-stack
https://object-oriented-python.github.io/8_debugging.html#controlling-execution
Fig. 8.2https://object-oriented-python.github.io/8_debugging.html#debug-controls
https://object-oriented-python.github.io/_images/debug_controls_annotated.pdf
https://object-oriented-python.github.io/8_debugging.html#id8
https://object-oriented-python.github.io/8_debugging.html#invoking-a-command-line-debugger
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=0270b15b-005f-4223-a45b-ae1c00db89d6
https://object-oriented-python.github.io/8_debugging.html#postmortem-debugging
tracebackhttps://object-oriented-python.github.io/6_exceptions.html#term-traceback
https://object-oriented-python.github.io/8_debugging.html#invoking-ipdb-from-within-ipython
exceptionhttps://object-oriented-python.github.io/6_exceptions.html#term-exception
https://object-oriented-python.github.io/8_debugging.html#invoking-ipdb-from-a-failed-test
Pytesthttps://docs.pytest.org/en/stable/
https://object-oriented-python.github.io/8_debugging.html#invoking-the-debugger-from-a-running-program
breakpointhttps://object-oriented-python.github.io/8_debugging.html#term-breakpoint
breakpoint()https://docs.python.org/3/library/functions.html#breakpoint
https://object-oriented-python.github.io/8_debugging.html#command-line-debugger-commands
gdbhttps://www.gnu.org/software/gdb/
Table 8.2https://object-oriented-python.github.io/8_debugging.html#debug-commands
the pdb documentationhttps://object-oriented-python.github.io/debugger-commands
https://object-oriented-python.github.io/8_debugging.html#debug-commands
breakpointhttps://object-oriented-python.github.io/8_debugging.html#term-breakpoint
stack framehttps://object-oriented-python.github.io/6_exceptions.html#term-stack-frame
stack framehttps://object-oriented-python.github.io/6_exceptions.html#term-stack-frame
https://object-oriented-python.github.io/8_debugging.html#debugging-strategy
https://object-oriented-python.github.io/8_debugging.html#hypothesis-testing-in-code
exceptionhttps://object-oriented-python.github.io/6_exceptions.html#term-exception
algorithmic complexityhttps://object-oriented-python.github.io/5_abstract_data_types.html#term-algorithmic-complexity
https://object-oriented-python.github.io/8_debugging.html#hypothesis-based-debugging
breakpointhttps://object-oriented-python.github.io/8_debugging.html#term-breakpoint
https://object-oriented-python.github.io/8_debugging.html#test-driven-development
https://object-oriented-python.github.io/8_debugging.html#debugging-tactics
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=89203c0c-3861-4a22-906b-afb80103be6d
https://object-oriented-python.github.io/8_debugging.html#creating-a-minimal-failing-example
https://object-oriented-python.github.io/8_debugging.html#bisection-debugging
regressionshttps://object-oriented-python.github.io/8_debugging.html#term-regression
https://object-oriented-python.github.io/8_debugging.html#bisection-support-in-git
https://object-oriented-python.github.io/8_debugging.html#creating-a-test-command
Chapter 2https://object-oriented-python.github.io/2_programs_in_files.html#programs-files
https://object-oriented-python.github.io/8_debugging.html#finding-the-starting-point
https://object-oriented-python.github.io/8_debugging.html#running-the-bisection
official git documentationhttps://git-scm.com/docs/git-bisect
https://object-oriented-python.github.io/8_debugging.html#glossary
https://object-oriented-python.github.io/8_debugging.html#term-breakpoint
https://object-oriented-python.github.io/8_debugging.html#term-debugger
https://object-oriented-python.github.io/8_debugging.html#term-minimal-failing-example
https://object-oriented-python.github.io/8_debugging.html#term-postmortem-debugging
debuggerhttps://object-oriented-python.github.io/8_debugging.html#term-debugger
https://object-oriented-python.github.io/8_debugging.html#term-regression
https://object-oriented-python.github.io/8_debugging.html#exercises
book websitehttps://object-oriented-python.github.io/edition3/exercises.html
minimal failing examplehttps://object-oriented-python.github.io/8_debugging.html#term-minimal-failing-example
course fork of the UFL repositoryhttps://github.com/object-oriented-python/ufl
1https://object-oriented-python.github.io/8_debugging.html#id1
https://pandas.pydata.org/docs/https://pandas.pydata.org/docs/
2https://object-oriented-python.github.io/8_debugging.html#id4
https://github.com/object-oriented-python/uflhttps://github.com/object-oriented-python/ufl
3https://object-oriented-python.github.io/8_debugging.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.