Today, we’re going to learn how to create C extensions for our Python scripts to boost the performance of our functions!
▶ Become job-ready with Python: https://www.indently.io
▶ Learn Rust with me: / @rustfully
00:00 Learning Python made simple
00:03 Intro
00:10 Requirements
00:37 Fibonacci
01:51 Fibonacci (Cython)
05:17 setup.py
09:30 Using the extensions
10:34 Benchmark
13:29 Example 2
16:08 Using the extensions
17:16 Benchmark
18:02 Wrapping it up