python-compiler
There are 36 repositories under python-compiler topic.
Nuitka/Nuitka
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.
shedskin/shedskin
Shed Skin is a restricted-Python-to-C++ compiler. Read the introduction below to learn about the restrictions.
pseudo-lang/pseudo
transpile algorithms/libs to idiomatic JS, Go, C#, Ruby
pseudo-lang/pseudo-python
a restricted python to javascript / c# / go / ruby compiler
brunocampos01/understanding-the-python-ecosystem
This project focuses on understanding the language ecosystem
pfalcon/awesome-python-compilers
Retrospective of Python compilation efforts
darius/tailbiter
Self-compiling compiler of a Python subset. Just enough Python to Python in Python.
pfalcon/python-compiler.old
Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.
faizan619/Codo-File
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 .
SamirPaulb/ide
Online Python Compiler (Online IDE, Interpreter, Editor)
tdh8316/DSPython
:snake: Damn Small Python compiler designed for use on Arduino for educational purposes. Based on LLVM.
Mohamed99ayman/Online-Compiler
An online compiler to easily compile and execute code
ashishch164/Mini-Python-Compiler
This is our Compiler Design project for 6th semester.
MarcusRainbow/pypyrust
Python to Rust compiler
miftahuldaffa/pymarshal
Compile marshal python script
MarketingPipeline/Python-In-The-Browser
Examples & resources on how to use Python in the web browser.
zifro-playground/compiler
Pedagogical Python compiler & interpreter written in .NET
patsaoglou/oosCompiler
An Object Oriented programming language made using the ANTLR Framework to produce a final C source file that gets compiled into binary using GCC
Adoria298/py2aqa32
Python Compiler to AQA Assembly
anoojpatel/metaxu
A self-hosted low-level functional-style programming language 🌀
pfalcon/python-compiler
A Python bytecode compiler written in Python. This repository is now a fork of https://github.com/facebookincubator/python-compiler, upstream is there.
fadel-hasan/python-compiler
simple python compiler by using flex\bison
InferiorAK/Mi-PyCrypt
A simple Python Compiler tool works on both Python3 and Python2. Available single and Mixed Encryptions
lydia-ath/miniPython-Compiler
A miniPython Compiler for the Compilers course @/AUEB (2021)
mindstorm38/pychelper
Python project Compilation Helper. Useful to distribute compiled python applications.
alphabetanetcom/python-binary-optimization-compiler
The Python Binary Optimization Compiler Script is a powerful command-line tool designed to provide performance optimization and code protection for Python scripts. It compiles Python code into native machine code executables, offering significant speed improvements and enhanced security.
ce-itcr/MotorTherapy
MotorTherapy, Proyecto Final para el curso de Lenguajes, Compiladores e Intérpretes. Módulo: Compiladores e Intérpretes.
knight-byte/Online-Python-Interpreter
online python Interpreter
reyesmjosh/Android-PyCom
A simple Python Compiler in Android using Chaqoupy.
MrHydroCoder/Python-Compiler
A simple Python compiler written in Python 🐍.
alphabetanetcom/python-binary-optimization-compiler-windows-standalone
The Standalone Windows Executable Version of Python Binary Optimization Compiler is a dedicated Windows application designed to provide performance optimization and code protection for Python scripts. It compiles Python code into native machine code executables, achieving significant speed improvements and enhanced security.
craciunoiuc/programming-paradigms
Programming Paradigms course homework
Divyanshsingh1910/sankalak-python-compiler
This is a C-type compiler for python running in x86-assembly. Strongly typed python supported.
ForestCrazy/ComPy
ComPy is a basic python notepad which has the ability to interpret Python offline and on the go. It supports upto five pads that means a person can edit 5 python files at a time. It uses Skulpt as an interpreter and runs on Python 3. This app is developed by ForestCrazyDev
shivamjain1411/team-rajwade
here is the deployed link
zzemlyanaya/PythonCompilerCS
Python compiler written in C#