ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

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

278 views

3w ago

PyCon AU
"Optimizing Scientific Python with C++, CUDA, and Serverless Compute" - Alex Zinovev (PyCon AU 2026)

(Alex Zinovev) Moving computationally intensive scientific algorithms from desktop applications to cloud-based services presents ...

30:46
"Optimizing Scientific Python with C++, CUDA, and Serverless Compute" - Alex Zinovev (PyCon AU 2026)

546 views

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

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

10 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 Ireland
Theodore Tucker: A reproducible approach to scientific Python

A reproducible approach to scientific Python: Git, CI and remote execution with Jupyter notebooks Theodore Tucker Jupyter ...

31:08
Theodore Tucker: A reproducible approach to scientific Python

52 views

3d ago

QED Realized
Ep 21: See Your Data or Ship Wrong Answers | Plotting with Matplotlib

Plotting is not decoration. Summary statistics lie by omission: four datasets can share the same means, the same variances, and ...

15:00
Ep 21: See Your Data or Ship Wrong Answers | Plotting with Matplotlib

21 views

3d 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

40 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

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

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

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

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

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

2w ago

Python Libraries
scipy.fft.fft: discrete Fourier transform

scipy.fft.fft: discrete Fourier transform Complex output. fftfreq labels bins. rfft for real input. scipy.fft.fft — one API, about 75 seconds.

0:28
scipy.fft.fft: discrete Fourier transform

4 views

2w ago