ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

68 results

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)

531 views

2 weeks 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

268 views

2 weeks ago

rebelScience
Genome Toolkit. Part 4.1: Building a Scientific Python Package

[DESCRIPTION]: In Part 4.1, we take a step back and look at where Genome Toolkit is going next. We introduce refactoring ...

18:22
Genome Toolkit. Part 4.1: Building a Scientific Python Package

390 views

3 weeks ago

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

79 views

2 weeks ago

EuroPython Conference
An Introduction to Writing Fast GPU Code in Python - Abhik Sarkar

EuroPython 2026 - S3A on 2026-07-16] *An Introduction to Writing Fast GPU Code in Python by Abhik Sarkar* ...

28:53
An Introduction to Writing Fast GPU Code in Python - Abhik Sarkar

254 views

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

64 views

2 weeks 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

19 views

2 weeks 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

149 views

2 weeks 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

356 views

2 weeks 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

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

155 views

2 weeks 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

38 views

2 weeks 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

3 views

6 days ago

Python Libraries
scipy.stats.spearmanr: rank correlation when shapes are weird

scipy.stats.spearmanr: rank correlation when shapes are weird Monotonic, not linear. Ties matter. Still not causation.

0:29
scipy.stats.spearmanr: rank correlation when shapes are weird

0 views

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

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

34 views

8 days ago

Python Libraries
scipy.signal.find_peaks: pick peaks with prominence

scipy.signal.find_peaks: pick peaks with prominence height, distance, prominence beat a raw argmax loop.

0:24
scipy.signal.find_peaks: pick peaks with prominence

6 views

6 days 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

5 views

8 days ago

Python Libraries
scipy.spatial.distance.cdist: pairwise distances between two sets

scipy.spatial.distance.cdist: pairwise distances between two sets metric="euclidean" default. Don't reinvent broadcasting loops.

0:25
scipy.spatial.distance.cdist: pairwise distances between two sets

1 view

6 days ago

Python Libraries
scipy.interpolate.interp1d: fill between samples (and why it's legacy)

scipy.interpolate.interp1d: fill between samples (and why it's legacy) kind="linear" is safe. Prefer make_interp_spline for new code.

0:33
scipy.interpolate.interp1d: fill between samples (and why it's legacy)

1 view

8 days ago