Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 16658
%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