ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

65 results

SciPy
(Re)-connecting foundational libraries with their communities - Tim Monko | SciPy 2026

Title: (Re)-connecting foundational libraries with their communities: Successes, failures, and surprises in building the napari ...

29:19
(Re)-connecting foundational libraries with their communities - Tim Monko | SciPy 2026

84 views

3w ago

SciPy
Keynote Joseph H. Kennedy - Snakes in the Microwaves: How Python is Powering the Golden Age of SAR

Synthetic Aperture Radar (SAR) is transforming how we observe our planet. It sees through clouds, smoke, and darkness, ...

40:39
Keynote Joseph H. Kennedy - Snakes in the Microwaves: How Python is Powering the Golden Age of SAR

365 views

3w ago

Python Libraries
scipy.interpolate.make_interp_spline: modern 1-D splines

scipy.interpolate.make_interp_spline: modern 1-D splines Returns a callable BSpline. k=3 is cubic. Extrapolation is a choice.

0:28
scipy.interpolate.make_interp_spline: modern 1-D splines

7 views

2w ago

SciPy
Tools Plenary: Day 3 | SciPy 2026

A session featuring updates and roadmaps from maintainers of core Scientific Python libraries and tools.

22:34
Tools Plenary: Day 3 | SciPy 2026

71 views

3w ago

Python Libraries
scipy.integrate.quad: integrate a Python function

scipy.integrate.quad: integrate a Python function Returns integral and error estimate. Singularities need points= or weight=.

0:27
scipy.integrate.quad: integrate a Python function

8 views

2w ago

SciPy
DerivKit: End-to-End Derivative-Based Inference in Scientific Python - Niko Sarcevic | SciPy 2026

Many scientific workflows rely on derivatives of complex models: Fisher forecasts, sensitivity analysis, gradient-based inference, ...

28:21
DerivKit: End-to-End Derivative-Based Inference in Scientific Python - Niko Sarcevic | SciPy 2026

21 views

3w ago

SciPy
Accessible Python Powered Web Apps for the Classroom - Michael Greminger | SciPy 2026

Introducing novel software tools into the classroom is increasingly challenging. Fortunately, the richness of the modern web ...

30:20
Accessible Python Powered Web Apps for the Classroom - Michael Greminger | SciPy 2026

75 views

3w ago

SciPy
Scipy, Numpy, Xarray and Python all have a pixi.toml. Why? - Ruben Arts | SciPy 2026

After 3 years, Pixi is widely adopted in the scientific Python ecosystem. At SciPy 2026, we want to show why. Scientific Python has ...

31:17
Scipy, Numpy, Xarray and Python all have a pixi.toml. Why? - Ruben Arts | SciPy 2026

171 views

3w ago

Python Libraries
scipy.linalg.solve: Ax=b with SciPy's solvers

scipy.linalg.solve: Ax=b with SciPy's solvers Prefer solve over inv. assume_a= when you know structure. scipy.linalg.solve — one ...

0:28
scipy.linalg.solve: Ax=b with SciPy's solvers

7 views

2w ago

SciPy
Derivations, Not Just Simulations: Teaching Applied Mathematics with Scientific Python - M. Zargham

Speaker - Michael Zargham SciPy 2026 - www.scipy2026.scipy.org/ Graduate textbooks in applied mathematics are notoriously ...

27:45
Derivations, Not Just Simulations: Teaching Applied Mathematics with Scientific Python - M. Zargham

277 views

3w ago

Python Libraries
scipy.optimize.minimize: find a minimum with a method you choose

scipy.optimize.minimize: find a minimum with a method you choose Pass fun, x0, method=. jac= helps. Check success before ...

0:41
scipy.optimize.minimize: find a minimum with a method you choose

40 views

2w ago

Business Builder
163 Skills Turn Any AI Into a Scientist

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 ...

1:45
163 Skills Turn Any AI Into a Scientist

6 views

3w ago

SciPy
Adapt: Prototyping a Real-Time, Reproducible Data Analysis Framework for Adaptive Radar Scanning

Speaker: Bhupendra Raut SciPy 2026 - www.scipy2026.scipy.org/ _Adapt v0.1_ is a real-time, reproducible data-analysis ...

29:08
Adapt: Prototyping a Real-Time, Reproducible Data Analysis Framework for Adaptive Radar Scanning

151 views

3w ago

Python Libraries
scipy.linalg.lstsq: least squares when A is rectangular

scipy.linalg.lstsq: least squares when A is rectangular Under/over-determined systems. Residuals tell you fit quality.

0:33
scipy.linalg.lstsq: least squares when A is rectangular

4 views

2w ago

SciPy
One Problem, Many Projects: How Scientific Needs Built an Ecosystem -  Jarrod Millman | SciPy 2026

In 2004, Matthew Brett asked me a provocative question born of frustration with existing fMRI tools: "Why don't we rewrite them in ...

32:25
One Problem, Many Projects: How Scientific Needs Built an Ecosystem - Jarrod Millman | SciPy 2026

39 views

3w ago

Python Libraries
scipy.stats.bootstrap: confidence intervals without a formula

scipy.stats.bootstrap: confidence intervals without a formula Pass data and statistic. method= and confidence_level= matter.

0:25
scipy.stats.bootstrap: confidence intervals without a formula

26 views

13d ago

Python Libraries
scipy.stats.norm: pdf, cdf, ppf for the Gaussian

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, ...

0:31
scipy.stats.norm: pdf, cdf, ppf for the Gaussian

5 views

2w ago

QED Realized
Learn Python #22: Decades of Fortran, One Import Away | A Tour of SciPy

NumPy gives you fast arrays. SciPy gives you algorithms — the industrial-strength numerical routines that working scientists and ...

15:33
Learn Python #22: Decades of Fortran, One Import Away | A Tour of SciPy

8 views

2d ago

Python Libraries
scipy.stats.ttest_ind: two-sample t-test without Excel

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 ...

0:32
scipy.stats.ttest_ind: two-sample t-test without Excel

5 views

2w ago

Python Libraries
scipy.spatial.ConvexHull: convex envelope of points

scipy.spatial.ConvexHull: convex envelope of points vertices and simplices. Degenerate inputs raise QhullError. scipy.spatial.

0:27
scipy.spatial.ConvexHull: convex envelope of points

2 views

2w ago