[Python-ideas] Left division operator

Boris Borcic bborcic at gmail.com
Mon Jul 18 18:13:02 CEST 2011


Sturla Molden wrote:
> I was wondering if anyone else has felt the need for a leftward division
> operator in Python. That is, y\x in addition to x/y. Thus the operators:
>
> y \ x
> y \\ x
>

Well, somebody just created a quaternion dtype for Numpy, so might have a point 
there.




More information about the Python-ideas mailing list