ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

68 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

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)

547 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

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

55 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

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

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

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.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.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.special.expit: stable sigmoid

scipy.special.expit: stable sigmoid Prefer expit over hand-rolled 1/(1+exp(-x)). logit is the inverse. scipy.special.expit — one API, ...

0:27
scipy.special.expit: stable sigmoid

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

40 views

3w ago

Python Libraries
scipy.signal.butter: design a Butterworth filter

scipy.signal.butter: design a Butterworth filter Returns ba or sos. Prefer sos for stability. Wn is normalized to Nyquist unless fs=.

0:31
scipy.signal.butter: design a Butterworth filter

6 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

5 views

2w ago

Python Libraries
scipy.io.loadmat: read MATLAB .mat into Python

scipy.io.loadmat: read MATLAB .mat into Python Returns a dict. squeeze_me and struct_as_record shape the pain.

0:26
scipy.io.loadmat: read MATLAB .mat into Python

15 views

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