mypyc

Python RuntimePython N/AExpert

Compile type-annotated Python to C extensions using mypy's type info

Quick Info

Python Version
N/A
Dependencies
mypy
Install
pip install mypy # mypyc is included

Learn by Difficulty

Quick Example

python
# mypyc
# Compile type-annotated Python to C extensions using mypy's type info
#
# mypyc is a Python runtime/implementation.
# Key features and usage information:
print("mypyc")
print("Compile type-annotated Python to C extensions using mypy's type info")
print("Python Version: N/A")

mypyc is compile type-annotated python to c extensions using mypy's type info. It provides an alternative way to run Python code.

Try in Playground

Tags

runtimeimplementationinterpreter