Browse free open source Python Compilers and projects below. Use the toggles on the left to filter open source Python Compilers by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 1
    This project will help you to expose C++ libraries to Python. pygccxml package is an object oriented framework for reading C++ declarations. pyplusplus package is an object-oriented framework for creating a code generator for boost.python library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    CPyrol

    an alternative interpreter for the Python programming language

    The aim of the CPyrol project is to create a complete Python interpreter written in C++ with minimal system requirements and a very clean codebase. I am working on this project mainly to gather experience with the current C++ standart (C++ 11) and with compiler development, it is not (yet) intended for practical usage. This project is at an early stage of development. Currently implemented is a Lexer, Parser and Code Generator for compiling Python code into CPython-compatible bytecode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A Python library that implements a C++ preprocessor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    DCPU-16 Assembler in Python

    DCPU-16 Assembler in Python

    A DCPU-16 Assembler in Python. This assembler is based on the specifications published at http://0x10c.com/doc/dcpu-16.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    DWIG is a software tool that connects existing Delphi code with the Python scripting language. With DWIG, you can easily turn your Delphi units to Python extension modules. The extension modules can be used to control your existing Delphi programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    DistAlgo

    A Language for Distributed Algorithms

    DistAlgo is a very high-level language for expressing distributed algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    ECMA-55 Minimal BASIC compiler

    BASIC Compiler and Interpreter

    John's Mutant contains several projects. The current project is an ECMA-55 Minimal BASIC compiler for Linux systems using AMD64 compatible CPUs. You can download the MinimalBASIC compiler source in the Files section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ElRey

    ElRey

    ElRey for create an .app package from python

    ElRey help you to create an .app package from your python script (s) for your MacOs X 10.6+ with drag and drop method and a compate app package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The goal of the Embedded Debian Project is to make Debian GNU/Linux a natural choice for embedded Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    The Esoteric Project is a project devoted to providing interpreters and/or compilers for every Turing-complete Esoteric Programming Language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FGL is a tightly-integrated self-contained development & execution environment utilizing best-of-breed programming tools and methodologies, optimized web/application server, highly-scalable relational/object database, and robust extension interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Falconer-Try Studios is developing this new gaming engine for 2D, 3D and soon VR environments. It will be best for RTS and FPS games. See the documentation for more data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GP2Exe makes .exe files from Python scripts. But it isn\'t like those complicated programs availble, where coding is not important but essential: it has a stable, fast, user-friendly and intuitive GUI to make things as easy as they can be.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Hali-sy is a Meta project that is aimed at fully supporting the Arabic language for most popular open-source projects
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Highly Object Oriented Language This is an attempt to develop a new third generation general purpose programming language for x86 and x86_64 processor which tries to integrate maximum possible object oriented concepts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Hy

    Hy

    A dialect of Lisp that's embedded in Python

    Hy is a multi-paradigm general-purpose programming language in the Lisp family. It’s implemented as a kind of alternative syntax for Python. Compared to Python, Hy offers a variety of extra features, generalizations, and syntactic simplifications, as would be expected of a Lisp. Compared to other Lisps, Hy provides direct access to Python’s built-ins and third-party Python libraries, while allowing you to freely mix imperative, functional, and object-oriented styles of programming. The first thing a Python programmer will notice about Hy is that it has Lisp’s traditional parenthesis-heavy prefix syntax in place of Python’s C-like infix syntax. As in other Lisps, the value of a simplistic syntax is that it facilitates Lisp’s signature feature, metaprogramming through macros, which are functions that manipulate code objects at compile-time to produce new code objects, which are then executed as if they had been part of the original code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The illegitimate child of a free-spirited comedian and a profiteering barista; a batteries included approach to compiled languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Moved to https://codeberg.org/andybalaam/igcc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Introduction to Parsing

    A short introduction to basic parsing concepts using Python

    A short introduction to basic parsing concepts (scanning, tokenizing, parsing) using Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    L2jdertin, Stable L2J Cliente: Interlude.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Compilador LaST para maquinas StanV
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Hello, This is a great site where I have published almost all the programs Ive Made. This is a great oppertnuity for all of the programmers and others to view my work and send me feedback and patchs and others sorts of feedback. Thank You
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    LucidEngine is a simple layer over MIDP compatible phones that will let you write simple and old fashioned games using a specific language. Every game you'll develop will basically work on all the devices (even not phones) LucidEngine as been ported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MAD-X Python Builder

    MAD-X Python Builder

    Build windows executable from Python file. Easily compiler your Python

    Build windows executable from your Python file, with areas that requires your program info, description, Icon etc. It is possible to load existing data sets, given they are under corresponding Pickle formats, while saving also generates an Pickle file. Info fields can meet most demands, Windowed or consoled program type. One-file or Folder package, Encryption module, Hidden-Imports, UPX Compatible, Icon, program end-name, Debug mode and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Manual C
    En una pequena guia para la los estudiantes de programacion para iniciarlos en el mundo de C/C++
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.