Advanced computing with IPython
Advanced computing with IPython
Posted Jun 20, 2018 17:03 UTC (Wed) by yroyon (guest, #99220)Parent article: Advanced computing with IPython
A couple of things were not obvious to me.
1) First you time your snippets using %%time, then %%timeit. It's not clear why. From the docs, I gather %%timeit accepts extra options, though you don't use them. It's still not clear to me why two separate magics exist instead of one. Could just add the options to %%time, no?
2) The approximation of e using Python vs. Fortran gives a pretty different output. Not really a desirable outcome. Is that solely because of the type precision?
Posted Jun 20, 2018 18:22 UTC (Wed)
by excors (subscriber, #95769)
[Link] (1 responses)
Posted Jun 20, 2018 18:39 UTC (Wed)
by excors (subscriber, #95769)
[Link]
Advanced computing with IPython
Advanced computing with IPython