News

Import the script. Then in the top of your own document, define a list of tuples of all your parameters of the form ('name', 'prefix'/position, type), and then call the library using ...
1 Neuroinformatics Group, Department of Software Engineering and Theoretical Computer Science, Technical University Berlin, Berlin, Germany 2 Bernstein Center for Computational Neuroscience, Berlin, ...
Python <3.8 doesn't have positional-only (unnamed) parameters at all. As a result, any function overrides that change the parameter name make the subclass incompabitle with the parent.
This post explains how to concatenate a string in Python. As well as how to build strings, search for substrings and much more.