Pyjion A drop-in JIT Compiler for Python 3.10 How to install python 3.10 이상, dotnet 6 이상 이 설치된 시스템에 아래와 같이 설치, python -m pip install pyjion Usage 다음 코드를 추가한 이후부터 JIT이 적용된다. import pyjion pyjion.enable() See also Python dotnet Favorite site Pyjion web site