I am working in a domain in which ranges are conventionally described inclusively. I have human-readable descriptions such as from A to B , which represent rang
If you don't want to specify the step size but rather the number of steps, there is the option to use numpy.linspace which includes the starting and ending point