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
65 results
Title: (Re)-connecting foundational libraries with their communities: Successes, failures, and surprises in building the napari ...
84 views
3w ago
Synthetic Aperture Radar (SAR) is transforming how we observe our planet. It sees through clouds, smoke, and darkness, ...
365 views
scipy.interpolate.make_interp_spline: modern 1-D splines Returns a callable BSpline. k=3 is cubic. Extrapolation is a choice.
7 views
2w ago
A session featuring updates and roadmaps from maintainers of core Scientific Python libraries and tools.
71 views
scipy.integrate.quad: integrate a Python function Returns integral and error estimate. Singularities need points= or weight=.
8 views
Many scientific workflows rely on derivatives of complex models: Fisher forecasts, sensitivity analysis, gradient-based inference, ...
21 views
Introducing novel software tools into the classroom is increasingly challenging. Fortunately, the richness of the modern web ...
75 views
After 3 years, Pixi is widely adopted in the scientific Python ecosystem. At SciPy 2026, we want to show why. Scientific Python has ...
171 views
scipy.linalg.solve: Ax=b with SciPy's solvers Prefer solve over inv. assume_a= when you know structure. scipy.linalg.solve — one ...
Speaker - Michael Zargham SciPy 2026 - www.scipy2026.scipy.org/ Graduate textbooks in applied mathematics are notoriously ...
277 views
scipy.optimize.minimize: find a minimum with a method you choose Pass fun, x0, method=. jac= helps. Check success before ...
40 views
The breakout AI repo of the week is not a model. It is 163 plain-text skills that just crossed 38600 stars — and skill-equipped ...
6 views
Speaker: Bhupendra Raut SciPy 2026 - www.scipy2026.scipy.org/ _Adapt v0.1_ is a real-time, reproducible data-analysis ...
151 views
scipy.linalg.lstsq: least squares when A is rectangular Under/over-determined systems. Residuals tell you fit quality.
4 views
In 2004, Matthew Brett asked me a provocative question born of frustration with existing fMRI tools: "Why don't we rewrite them in ...
39 views
scipy.stats.bootstrap: confidence intervals without a formula Pass data and statistic. method= and confidence_level= matter.
26 views
13d ago
scipy.stats.norm: pdf, cdf, ppf for the Gaussian loc and scale are mean and std. ppf is the inverse cdf. scipy.stats.norm — one API, ...
5 views
NumPy gives you fast arrays. SciPy gives you algorithms — the industrial-strength numerical routines that working scientists and ...
2d ago
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 ...
scipy.spatial.ConvexHull: convex envelope of points vertices and simplices. Degenerate inputs raise QhullError. scipy.spatial.
2 views