

2026 SEMINAR INFORMATION
Lectures will be held weekly, with the same lecture taught once on a weekday and once during the weekend
​
Lectures will last 2 hours typically
DATES
January 26th through May 3rd, 2026*
LECTURE DAYS & TIMES
Wednesdays 4pm-6pm PT / 7pm-9pm ET
Saturdays 10am-12pm PT/ 1pm-3pm ET
REGISTRATION DEADLINE

Apply by December 5th, 2025
to be a 2026 CRANE scholar
*Please note that the 2026 cycle will be running a shorter program than the 2025 cycle.

2026 SCHEDULE
Part I: Introduction to Python
January 26th to February 22th, 2026
​
Learn Python basics in preparation for Part II including variables, loops, and functions. Each class will be taught twice.
Part II: Numerical Methods
February 23rd to March 29th, 2026
​
Learn how to build basic physics simulations from scratch, using numerical integration, finite difference methods, etc.
Part III: Advanced Algorithms
March 30th to May 3rd, 2026
​​
Advanced topics including signal and image processing, particle-in-cell codes, astronomy data analysis and Monte Carlo simulations will be taught during parallel multi-week seminar sessions
SEMINAR SYLLABUS
Part I
Introduction to Python
January 26th to February 22nd, 2026
Week 1
Introduction to Python I: Syntax, Variables, and Arrays
Week 2
Introduction to Python II: Loops, Functions, and Plotting
Week 3
Introduction to Python III: Data Analysis and Visualization
Week 4
Review session and mini project
Part II
Numerical Methods
February 23rd to March 29th, 2026
Week 5
Numerical Differentiation and Discretization: Euler's Method
Solve & evolve basic mechanics problems with Euler's method
Week 6
Numerical Differentiation and Discretization: Runge-Kutta Method
Solve & evolve the same mechanical systems as last week with a new method
Week 7
Solving Complex Physics Problems with Built-in Python Solvers
Use Python's Runge-Kutta-based solvers to launch a rocket and evolve a planetary system with Kepler's laws
Week 8
1D Finite Difference Method
Solving Poisson's Equation in 1D: Electrostatics, Diffusion, and Heat Transfer
Week 9
The Fast Fourier Transform (FFT)
Doing Fourier transforms of 1D and 2D data, how to filter signals with FFT spectra
Part III
Advanced Algorithms
March 30th to May 3rd, 2026
Advanced algorithms will be taught in seminar series of up to 5 weeks, with most tracks running in parallel.
Monte Carlo (MC) Track
Dates TBD
-
Exploring randomization through mini-projects to grasp concepts of Monte Carlo
-
Solving an actual math problem using Monte Carlo
-
Applying Monte Carlo to neutronics of a barebones nuclear fission reactor
-
Optional buffer week to help complete unfinished projects from Weeks 1-3
Magnetohydrodynamics with FLASH
Dates TBD
-
What is FLASH, how to get it, and how to use it
-
The Sedov and Sod shock tube problems and how to make simple changes to the FLASH code
-
The double mach reflection problem and how to create boundary conditions
-
Magnetic reconnection and how to define parameters
-
Laser-slab test problem
Astronomy Data Analysis (ADA) Track
Dates TBD
-
Basic Queries with Astronomical Data Query Language
-
Coordinate Transformations Using Astropy
-
Advanced Plotting using Astronomical Data Part 1
-
Advanced Plotting using Astronomical Data Part 2
Signal and Image Processing (SIP) Track
Dates TBD
-
Analysis and Model-Fitting of Langmuir Probe Data
-
Advanced signal filtering Techniques
-
Model-fitting for plasma density for Laser Interferometry Data
-
Convolutions and their many applications
Particle in Cell (PiC) Track
Dates TBD
-
Introduction to Julia and Euler's and Boris Push Method to solve Newton's Equations for a charged particle (cyclotron motion)
-
1D & 2D Finite Difference Method for Electrostatics and Magnetostatics
-
Particle-in-Cell Algorithm
-
Putting it all together (Penning Cell, Magnetic Mirror)
Open Science and Research Software Engineering Track
Dates TBD
-
Open science, knowledge access, and psychological safety
-
Contributing to an open source project with Git and GitHub
-
Creating Python scripts and packages with uv
-
Software testing with pytest
Machine Learning
Dates TBD
-
Linear and Logistic Regression
-
Gradient Descent
-
Neural Networks