Statically type & compile Python code
Python is a dynamically typed, interpreted programming language, unlike statically typed, compiled languages like C++. But it can be!
You can write Python code in a statically typed way using type hints, check for type errors using mypy, and you can ...
blog.adham.salama.dev3 min read
Plamen Ivanov
Junior DevOps
I have tested the nuitka with primes of 100000, and the run time of python and compiled code was nearly 2 min difference. I think this would be very helpful working with pandas and numpy.