BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//pretalx//pretalx.com//scipy-2026//talk//GRTY3K
BEGIN:VTIMEZONE
TZID:CST
BEGIN:STANDARD
DTSTART:20001029T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10;UNTIL=20061029T080000Z
TZNAME:CST
TZOFFSETFROM:-0500
TZOFFSETTO:-0600
END:STANDARD
BEGIN:STANDARD
DTSTART:20071104T030000
RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=11
TZNAME:CST
TZOFFSETFROM:-0500
TZOFFSETTO:-0600
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20000402T030000
RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4;UNTIL=20060402T090000Z
TZNAME:CDT
TZOFFSETFROM:-0600
TZOFFSETTO:-0500
END:DAYLIGHT
BEGIN:DAYLIGHT
DTSTART:20070311T030000
RRULE:FREQ=YEARLY;BYDAY=2SU;BYMONTH=3
TZNAME:CDT
TZOFFSETFROM:-0600
TZOFFSETTO:-0500
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:pretalx-scipy-2026-GRTY3K@pretalx.com
DTSTART;TZID=CST:20260714T080000
DTEND;TZID=CST:20260714T120000
DESCRIPTION:Python has become the dominant language in scientific computing
 \, even in domains that demand high performance. This is largely due to th
 e power of array-oriented programming\, which separates complex problems i
 nto two parts: lightweight bookkeeping and heavy numerical computation. Th
 e latter is handled efficiently by vectorized operations that rely on fast
 \, precompiled libraries.\n\nThis tutorial introduces array-oriented progr
 amming as a distinct mindset that encourages new ways of structuring probl
 ems. Rather than focusing on any one library\, we’ll cover general techn
 iques that apply to any array library with a particular focus on NumPy and
  JAX. You'll work in groups on four class projects: Conway's Game of Life 
 using arrays\, iterative computations on arrays\, just-in-time (JIT) compi
 lation for the Mandelbrot set\, and exploring data in ragged arrays. This 
 tutorial focuses on the thought process: all of the problems are to be sol
 ved in an imperative way (for loops) and an array-oriented way.
DTSTAMP:20260622T110106Z
LOCATION:Intro
SUMMARY:Thinking in Arrays - Iason Krommydas\, Jim Pivarski
URL:https://pretalx.com/scipy-2026/talk/GRTY3K/
END:VEVENT
END:VCALENDAR
