Documentation

Getting Started using RTPy

For now RTPy is under active development and not available for the public

Getting Started implementing RTPY

For now RTPy is under active development and not available for the public

Understanding the inner workings

Real Time Python is a custom Python compiler and runtime, made for real time restricted environments that require determinism. The runtime VM is register-based and extremely small, consisting of less than 1000 lines of C code.