Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
68 results
Title: (Re)-connecting foundational libraries with their communities: Successes, failures, and surprises in building the napari ...
84 views
3w ago
Many scientific workflows rely on derivatives of complex models: Fisher forecasts, sensitivity analysis, gradient-based inference, ...
21 views
(Alex Zinovev) Moving computationally intensive scientific algorithms from desktop applications to cloud-based services presents ...
547 views
Speaker - Michael Zargham SciPy 2026 - www.scipy2026.scipy.org/ Graduate textbooks in applied mathematics are notoriously ...
279 views
A session featuring updates and roadmaps from maintainers of core Scientific Python libraries and tools.
71 views
A reproducible approach to scientific Python: Git, CI and remote execution with Jupyter notebooks Theodore Tucker Jupyter ...
55 views
3d ago
Plotting is not decoration. Summary statistics lie by omission: four datasets can share the same means, the same variances, and ...
4d ago
scipy.interpolate.make_interp_spline: modern 1-D splines Returns a callable BSpline. k=3 is cubic. Extrapolation is a choice.
8 views
2w ago
scipy.integrate.quad: integrate a Python function Returns integral and error estimate. Singularities need points= or weight=.
10 views
NumPy gives you fast arrays. SciPy gives you algorithms — the industrial-strength numerical routines that working scientists and ...
2d ago
scipy.optimize.minimize: find a minimum with a method you choose Pass fun, x0, method=. jac= helps. Check success before ...
40 views
scipy.linalg.solve: Ax=b with SciPy's solvers Prefer solve over inv. assume_a= when you know structure. scipy.linalg.solve — one ...
7 views
scipy.stats.ttest_ind: two-sample t-test without Excel equal_var=False is Welch. p-value is not effect size. scipy.stats.ttest_ind ...
5 views
scipy.linalg.lstsq: least squares when A is rectangular Under/over-determined systems. Residuals tell you fit quality.
4 views
scipy.special.expit: stable sigmoid Prefer expit over hand-rolled 1/(1+exp(-x)). logit is the inverse. scipy.special.expit — one API, ...
In 2004, Matthew Brett asked me a provocative question born of frustration with existing fMRI tools: "Why don't we rewrite them in ...
scipy.signal.butter: design a Butterworth filter Returns ba or sos. Prefer sos for stability. Wn is normalized to Nyquist unless fs=.
6 views
scipy.fft.fft: discrete Fourier transform Complex output. fftfreq labels bins. rfft for real input. scipy.fft.fft — one API, about 75 seconds.
scipy.io.loadmat: read MATLAB .mat into Python Returns a dict. squeeze_me and struct_as_record shape the pain.
15 views
13d ago
scipy.spatial.ConvexHull: convex envelope of points vertices and simplices. Degenerate inputs raise QhullError. scipy.spatial.
2 views