Le 18/07/2014 22:46, Chris Barker a écrit :
> On Fri, Jul 18, 2014 at 1:15 PM, Joseph Martinot-Lagarde
> <joseph.martinot-laga...@m4x.org
> <mailto:joseph.martinot-laga...@m4x.org>> wrote:
>
>     In addition,
>     you have to use AltGr on some keyboards to get the brackets.
>
>
> If it's hard to type square brackets -- you're kind of dead in the water
> with Python anyway -- this is not going to help.
>
> -Chris
>
Welcome to the azerty world ! ;)

It's not that hard to type, just a bit more involved. My biggest problem 
is that you have to type the opening and closing bracket for each line, 
with a comma in between. It will always be harder and more error prone 
than a single semicolon, whatever the keyboard.

My use case is not teaching but doing quick'n'dirty computations with a 
few values. Sometimes these values are copy-pasted from a space 
separated file, or from a printed array in another console. Having to 
add comas and bracket makes simple computations less easy. That's why I 
often use Octave for these.


_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to