2/26/2019
•
EN
Python dis module and constant folding
Explains why pow() is slower than ** in Python using the dis module and introduces the concept of constant folding.