Repository navigation
python-compiler
- Website
- Wikipedia
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
Shed Skin is a restricted-Python-to-C++ compiler. Read the introduction below to learn about the restrictions.
transpile algorithms/libs to idiomatic JS, Go, C#, Ruby
a restricted python to javascript / c# / go / ruby compiler
This project focuses on understanding the language ecosystem
Retrospective of Python compilation efforts
Self-compiling compiler of a Python subset. Just enough Python to Python in Python.
Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.
Codo-File is a code editor that primarily supports JavaScript and Python, with partial Dart support. Additionally, it features a real-time website editor where you can create your own website in the browser using HTML, CSS, and JavaScript. The project also includes an image-to-text feature and a voice-to-text feature .
Online Python Compiler (Online IDE, Interpreter, Editor)
🐍 Damn Small Python compiler designed for use on Arduino for educational purposes. Based on LLVM.
An online compiler to easily compile and execute code
This is our Compiler Design project for 6th semester.
Examples & resources on how to use Python in the web browser.
Pedagogical Python compiler & interpreter written in .NET
An Object Oriented programming language made using the ANTLR Framework to produce a final C source file that gets compiled into binary using GCC
A self-hosted low-level functional-style programming language 🌀