GlossaryΒΆ
Abstract
This glossary contains the description of terms used throughout the pyFormex documentation and that might not be immediately clear to first time users. Since it is expected that users will have at least a basic knowledge of Python, typical Python terms will not be explained here. Some NumPy terms are included.
- array_like
- Any sequence that can be interpreted as an ndarray. This includes nested lists, tuples, scalars and existing arrays.
- path_like
- An object that holds the path name of a file or directory. This includes str and pathlib.Path.