[Chicago] Common mistakes that can slow down Python

Tathagata Dasgupta tathagatadg at gmail.com
Sat Mar 1 16:52:40 CET 2014


That is what I absolutely hate about quora!
But once you have surrendered your personal info, i feel there is lot less
policing about asking questions.
And thanks for link to the talk ... :)


On Sat, Mar 1, 2014 at 9:36 AM, Jason Wirth <wirth.jason at gmail.com> wrote:

> Using pure python instead of Numpy.
> For more examples of performance gains take a look at Yves talk:
> http://vimeo.com/79581807
>
> Numpy also has the benefit of being more expressive when dealing with
> numerical calculations.
>
> x = np.linspace(0, 10)
> y = a * x + b
>
>
> On a side note, you asked a great question, but I'm not a huge fan of
> Quora blurring the answers until you give them your personal information.
> Programmers.stackexchange is a great place to ask open ended questions that
> might not be suitable for StackOverflow.
>
>
>
> --
> Jason Wirth
>     213.675.5294
>     wirth.jason at gmail.com
>
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> https://mail.python.org/mailman/listinfo/chicago
>
>


-- 
Cheers,
T

Sent from my iPhone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20140301/4c041075/attachment.html>


More information about the Chicago mailing list