René's URL Explorer Experiment


Title: 2. Programs in files — 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/2_programs_in_files.html#programs-in-files
https://object-oriented-python.github.io/2_programs_in_files.html#the-python-interpreter
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=8773e5b7-a331-4ca3-a59d-ae1c00da3b4f
https://object-oriented-python.github.io/2_programs_in_files.html#ipython
https://object-oriented-python.github.io/2_programs_in_files.html#python-scripts-and-text-editors
integrated development environmenthttps://object-oriented-python.github.io/1_introduction.html#term-integrated-development-environment
https://object-oriented-python.github.io/2_programs_in_files.html#setting-up-a-visual-studio-code-workspace
Multi-root Workspacehttps://code.visualstudio.com/docs/editor/multi-root-workspaces
Chapter 4https://object-oriented-python.github.io/4_style.html#style
Section 1.2.1https://object-oriented-python.github.io/1_introduction.html#working-folder
testhttps://docs.python.org/3/library/test.html#module-test
testhttps://docs.python.org/3/library/test.html#module-test
Fig. 2.1https://object-oriented-python.github.io/2_programs_in_files.html#vscode-workspace
https://object-oriented-python.github.io/_images/vscode_workspace.png
https://object-oriented-python.github.io/2_programs_in_files.html#id8
https://object-oriented-python.github.io/2_programs_in_files.html#a-first-python-script
https://object-oriented-python.github.io/2_programs_in_files.html#when-to-use-scripts
Section 8.7.2https://object-oriented-python.github.io/8_debugging.html#bisection-debugging
https://object-oriented-python.github.io/2_programs_in_files.html#when-not-to-use-scripts
https://object-oriented-python.github.io/2_programs_in_files.html#modules
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=2f0cb956-9e78-4022-94ff-ae1c00da3b41
fibonaccihttps://object-oriented-python.github.io/fibonacci.html#module-fibonacci
https://object-oriented-python.github.io/2_programs_in_files.html#importing-and-namespaces
fibonaccihttps://object-oriented-python.github.io/fibonacci.html#module-fibonacci
fibonaccihttps://object-oriented-python.github.io/fibonacci.html#module-fibonacci
namespacehttps://object-oriented-python.github.io/2_programs_in_files.html#term-namespace
fibonaccihttps://object-oriented-python.github.io/fibonacci.html#module-fibonacci
mathhttps://docs.python.org/3/library/math.html#module-math
cmathhttps://docs.python.org/3/library/cmath.html#module-cmath
math.sin()https://docs.python.org/3/library/math.html#math.sin
cmath.sin()https://docs.python.org/3/library/cmath.html#cmath.sin
mathhttps://docs.python.org/3/library/math.html#module-math
cmathhttps://docs.python.org/3/library/cmath.html#module-cmath
math.pihttps://docs.python.org/3/library/math.html#math.pi
[1]https://object-oriented-python.github.io/2_programs_in_files.html#peters
Namespaceshttps://object-oriented-python.github.io/2_programs_in_files.html#term-namespace
https://object-oriented-python.github.io/2_programs_in_files.html#other-forms-of-import
math.sin()https://docs.python.org/3/library/math.html#math.sin
ashttps://docs.python.org/3/reference/simple_stmts.html#import
numpyhttps://numpy.org/doc/stable/reference/index.html#module-numpy
nphttps://numpy.org/doc/stable/reference/index.html#module-numpy
numpyhttps://numpy.org/doc/stable/reference/index.html#module-numpy
np.linspacehttps://numpy.org/doc/stable/reference/generated/numpy.linspace.html#numpy.linspace
math.sin()https://docs.python.org/3/library/math.html#math.sin
math.cos()https://docs.python.org/3/library/math.html#math.cos
sinhttps://docs.python.org/3/library/math.html#math.sin
coshttps://docs.python.org/3/library/math.html#math.cos
namespacehttps://object-oriented-python.github.io/2_programs_in_files.html#term-namespace
the official Python Language Reference.https://docs.python.org/3/reference/simple_stmts.html#import
https://object-oriented-python.github.io/2_programs_in_files.html#packages
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=4f600702-02e0-4f9a-8edb-af8601177507
Listing 2.1https://object-oriented-python.github.io/2_programs_in_files.html#package-layout
https://object-oriented-python.github.io/2_programs_in_files.html#id9
Githttps://object-oriented-python.github.io/a2_git.html#git
namespacehttps://object-oriented-python.github.io/2_programs_in_files.html#term-namespace
Section 2.4.1https://object-oriented-python.github.io/2_programs_in_files.html#importing-packages
moduleshttps://object-oriented-python.github.io/2_programs_in_files.html#term-module
Section 2.4.2https://object-oriented-python.github.io/2_programs_in_files.html#installable-packages
https://object-oriented-python.github.io/2_programs_in_files.html#importing-packages
Section 2.3https://object-oriented-python.github.io/2_programs_in_files.html#modules
https://object-oriented-python.github.io/2_programs_in_files.html#making-packages-installable
import statementhttps://docs.python.org/3/reference/simple_stmts.html#import
https://object-oriented-python.github.io/2_programs_in_files.html#id10
Listing 2.2https://object-oriented-python.github.io/2_programs_in_files.html#minimal-pyproject-toml
TOMLhttps://toml.io/en/
Python Packaging User Guidehttps://packaging.python.org/tutorials/packaging-projects/
https://object-oriented-python.github.io/2_programs_in_files.html#installing-a-package-from-local-code
Section 1.3.1https://object-oriented-python.github.io/1_introduction.html#install-from-pypi
https://object-oriented-python.github.io/2_programs_in_files.html#pip-packages-and-python-packages
https://object-oriented-python.github.io/2_programs_in_files.html#package-dependencies
Listing 2.3https://object-oriented-python.github.io/2_programs_in_files.html#dependency-pyproject-toml
numpyhttps://numpy.org/doc/stable/reference/index.html#module-numpy
Listing 2.2https://object-oriented-python.github.io/2_programs_in_files.html#minimal-pyproject-toml
numpyhttps://numpy.org/doc/stable/reference/index.html#module-numpy
https://object-oriented-python.github.io/2_programs_in_files.html#id11
https://object-oriented-python.github.io/2_programs_in_files.html#testing-frameworks
watch this video on Panoptohttps://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=73421f63-998c-4273-9c41-ae1c00da4624
Chapter 8https://object-oriented-python.github.io/8_debugging.html#debugging
Pytesthttps://docs.pytest.org/en/latest/index.html
https://object-oriented-python.github.io/2_programs_in_files.html#pytest-tests
the assert statementhttps://docs.python.org/3/reference/simple_stmts.html#assert
https://object-oriented-python.github.io/2_programs_in_files.html#pytest-files
Chapter 6https://object-oriented-python.github.io/6_exceptions.html#errors-and-exceptions
https://object-oriented-python.github.io/2_programs_in_files.html#additional-useful-pytest-tricks
https://object-oriented-python.github.io/2_programs_in_files.html#writing-code-to-a-specified-interface
packageshttps://object-oriented-python.github.io/2_programs_in_files.html#term-package
moduleshttps://object-oriented-python.github.io/2_programs_in_files.html#term-module
keyword parametershttps://docs.python.org/3/glossary.html#term-parameter
https://object-oriented-python.github.io/2_programs_in_files.html#glossary
https://object-oriented-python.github.io/2_programs_in_files.html#term-module
import statementhttps://docs.python.org/3/reference/simple_stmts.html#import
https://object-oriented-python.github.io/2_programs_in_files.html#term-namespace
https://object-oriented-python.github.io/2_programs_in_files.html#term-package
moduleshttps://object-oriented-python.github.io/2_programs_in_files.html#term-module
https://object-oriented-python.github.io/2_programs_in_files.html#term-Python-interpreter
https://object-oriented-python.github.io/2_programs_in_files.html#term-scope
https://object-oriented-python.github.io/2_programs_in_files.html#term-script
https://object-oriented-python.github.io/2_programs_in_files.html#term-program
https://object-oriented-python.github.io/2_programs_in_files.html#exercises
Section 1.1https://object-oriented-python.github.io/1_introduction.html#tools
virtual environmenthttps://object-oriented-python.github.io/1_introduction.html#term-virtual-environment
Section 1.2https://object-oriented-python.github.io/1_introduction.html#create-venv
Appendix 2https://object-oriented-python.github.io/a2_git.html#git
GitHub repository for this bookhttps://github.com/object-oriented-python/object-oriented-programming
fibonaccihttps://object-oriented-python.github.io/fibonacci.html#module-fibonacci
fibonacci.fibhttps://object-oriented-python.github.io/fibonacci.html#fibonacci.fibonacci.fib
book websitehttps://object-oriented-python.github.io/edition3/exercises.html
packagehttps://object-oriented-python.github.io/2_programs_in_files.html#term-package
modulehttps://object-oriented-python.github.io/2_programs_in_files.html#term-module
Truehttps://docs.python.org/3/library/constants.html#True
Falsehttps://docs.python.org/3/library/constants.html#False
Appendix 2https://object-oriented-python.github.io/a2_git.html#git
Section 2.4.2https://object-oriented-python.github.io/2_programs_in_files.html#installable-packages
packagehttps://object-oriented-python.github.io/2_programs_in_files.html#term-package
importhttps://docs.python.org/3/reference/simple_stmts.html#import
1https://object-oriented-python.github.io/2_programs_in_files.html#id2
“PEP 20 – The Zen Of Python” (2004)https://www.python.org/dev/peps/pep-0020/
2https://object-oriented-python.github.io/2_programs_in_files.html#id3
https://docs.python.org/3/referencehttps://docs.python.org/3/reference/simple_stmts.html#import
3https://object-oriented-python.github.io/2_programs_in_files.html#id5
https://packaging.python.orghttps://packaging.python.org/tutorials/packaging-projects/
4https://object-oriented-python.github.io/2_programs_in_files.html#id6
https://github.com/object-oriented-python/object-oriented-programminghttps://github.com/object-oriented-python/object-oriented-programming
5https://object-oriented-python.github.io/2_programs_in_files.html#id7
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.