SlideShare a Scribd company logo
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group
Talk at NYC Python Meetup Group

More Related Content

PDF
Chaco Step-by-Step
PDF
Scientific Applications with Python
PPT
Scientific Computing with Python Webinar --- June 19, 2009
KEY
Numpy Talk at SIAM
PDF
SciPy 2010 Review
PPT
Scientific Computing with Python Webinar March 19: 3D Visualization with Mayavi
KEY
NumPy/SciPy Statistics
PDF
February EPD Webinar: How do I...use PiCloud for cloud computing?
Chaco Step-by-Step
Scientific Applications with Python
Scientific Computing with Python Webinar --- June 19, 2009
Numpy Talk at SIAM
SciPy 2010 Review
Scientific Computing with Python Webinar March 19: 3D Visualization with Mayavi
NumPy/SciPy Statistics
February EPD Webinar: How do I...use PiCloud for cloud computing?

More from Enthought, Inc. (6)

PDF
SciPy India 2009
PDF
Parallel Processing with IPython
PDF
Scientific Computing with Python Webinar: Traits
PDF
Scientific Computing with Python Webinar 9/18/2009:Curve Fitting
PPT
Scientific Computing with Python Webinar --- August 28, 2009
PPT
Scientific Computing with Python Webinar --- May 22, 2009
SciPy India 2009
Parallel Processing with IPython
Scientific Computing with Python Webinar: Traits
Scientific Computing with Python Webinar 9/18/2009:Curve Fitting
Scientific Computing with Python Webinar --- August 28, 2009
Scientific Computing with Python Webinar --- May 22, 2009

Recently uploaded (20)

PPTX
Cloud computing and distributed systems.
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
cuic standard and advanced reporting.pdf
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
KodekX | Application Modernization Development
PDF
Unlocking AI with Model Context Protocol (MCP)
Cloud computing and distributed systems.
Understanding_Digital_Forensics_Presentation.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Network Security Unit 5.pdf for BCA BBA.
20250228 LYD VKU AI Blended-Learning.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
The AUB Centre for AI in Media Proposal.docx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
NewMind AI Monthly Chronicles - July 2025
NewMind AI Weekly Chronicles - August'25 Week I
Review of recent advances in non-invasive hemoglobin estimation
cuic standard and advanced reporting.pdf
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
KodekX | Application Modernization Development
Unlocking AI with Model Context Protocol (MCP)

Editor's Notes

  • #12: [toc] level = 2 title = Brownian Motion # end config
  • #19: [toc] level = 2 title = Array Data Structure # end config
  • #23: Good 1. More efficient because it doesn’t force array copies for every operation. 2. It is often nice to rename the view of an array for manipulation. (A view of the odd and even arrays) Bad 1. Can cause unexpected side-effects that are hard to track down. 2. When you would rather have a copy, it requires some ugliness.
  • #26: [toc] level = 2 title = Memory Mapped Arrays # end config
  • #32: [toc] level = 2 title = Array Operators # end config
  • #34: [toc] level = 2 title = Array Broadcasting # end config
  • #37: [toc] level = 2 title = Universal Function Methods # end config
  • #39: [toc] level = 2 title = Array Calculation Methods # end config