CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download
Views: 17363
%md ## Math 152: Intro to Mathematical Software ## February 10, 2017 ### Kiran Kedlaya; University of California, San Diego ### adapted from lectures by William Stein, University of Washington ### **Lecture 14: Timing and Speed (part 2): Cython**

Math 152: Intro to Mathematical Software

February 10, 2017

Kiran Kedlaya; University of California, San Diego

adapted from lectures by William Stein, University of Washington

Lecture 14: Timing and Speed (part 2): Cython

Plan for today:

  1. Answer the mathematical question from the end of the last lecture

  2. Demonstrate an easy way to transition from interpreted to compiled code in Python, and some effects on timing