# Edge Python ## Docs - [Quickstart](https://edgepython.com/getting-started/quickstart.md): Run your first Edge Python program in under a minute. - [What Edge Python is](https://edgepython.com/getting-started/what-it-is.md): A functional subset of Python 3.13, compiled to bytecode and run on a sandboxed VM. - [Design](https://edgepython.com/implementation/design.md): Compiler architecture, dispatch model, and runtime layout. - [Lexical](https://edgepython.com/implementation/lexical.md): Tokenization, indentation, f-strings, and source-level limits. - [Syntax](https://edgepython.com/implementation/syntax.md): Single-pass parser, SSA emission, and bytecode shape. - [Control flow](https://edgepython.com/language/control-flow.md): Conditionals, loops, exceptions, pattern matching. - [Data types](https://edgepython.com/language/data-types.md): Numbers, strings, sequences, mappings, sets, and None. - [Functions](https://edgepython.com/language/functions.md): First-class functions, lambdas, closures, generators. - [Syntax](https://edgepython.com/language/syntax.md): Operators, literals, and language surface. - [Built-in functions](https://edgepython.com/reference/builtins.md): Every built-in function in Edge Python with examples and outputs. - [Limits and errors](https://edgepython.com/reference/limits-and-errors.md): Sandbox limits, error types, and runtime guarantees. - [Methods](https://edgepython.com/reference/methods.md): Built-in methods on strings, lists, and dicts. ## OpenAPI Specs - [openapi](https://edgepython.com/api-reference/openapi.json)