chillenzer

Results 47 comments of chillenzer

Hi there, I agree and I would be happy to write something up in that direction. However, I would discuss this further before starting an attempt: Before getting to the...

Adding some personal experience here: - Stone --> never heard of it before - pound --> comfortable with that - Fahrenheit spelling --> no problem as a native German speaker...

Edit: I created a new issue about my original comment. Instead, I think the pull request is a valuable improvement although I am not really convinced that showing `numpy.delete` is...

PS: I came up with one kind of reasonable scenario for using `numpy.delete`: Functional programming! From a purist's perspective, a function should have no side effects there and that is...

It is indeed a very interesting and fundamental concept in python (and actually many languages) to distinguish between expressions and statements or in this concrete case between expression statements and...

The pythonic idiom ```quote Explicit is better than implicit. ``` could be interpreted as not actually needing a shorthand at all. Given that I'm currently sitting in front of a...

@ax3l, there's a push in PIConGPU to start implementing this. We'd go with `opmd` unless there is a consensus here soon.

This can likely be closed, right?