SciPy - Scientific Toolkit

preview_player
Показать описание
An introduction to the SciPy scientific toolkit add on for Python/Numpy

Рекомендации по теме
Комментарии
Автор

at 10:00, integrate.simps(y1[1:-1], x[1:-1]) is going from 0 to 9, not from 0 to 10. So it should be integrate.simps(y1[1:], x[1:]) so it matches up with the limits in integrate.quad(f, 0, 10). Thanks for this overlook of scipy.

khmsalhuas
Автор

Great Video! You can however update the video to take into account changes and other extensions.

emyohana
Автор

I'm just using the Terminal app on a Mac here. Good IDE's are available, take a look at Enthought Canopy or Spyder.

johnfoster
Автор

Thank you for this introduction, it was very informative.

tyebillion
Автор

thx...you motivate me to learn python and scipy...

catalinp
Автор

Which IDE is this ? I am going to convert from Matlab to Python. Which IDE you recommend for a newbie like me? I read about Enthought but it is not free.

alphaful