Showing 223 open source projects for "converting c++ code to python"

View related business solutions
  • 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
  • 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
  • 1
    This is an algorithm to codify Spanish words to an equivalent phonetic code. That intends to be a substitute of Soundex algorithm that is not practical to use in Spanish. It is very useful for search engines based on text information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Zignal is a very lightweight library for handling signals (As the ones found in Qt or Boost.Signals). It aims a being used in embedded programs, in order to improve their conception, and code readability. Its implementation is based on a gcc hack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Project goal is to parse given C++ source code and generate clean and transparent bindings for other languages with minimal effort. With emphasis on building heterogeneous software as opposed to embedding C++. Uses pygccxml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Psyco showed that it is possible to execute Python code at speeds approaching that of fully compiled languages, by "specialization". The project is now dead and replaced by PyPy: http://pypy.org/
    Downloads: 1 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 5
    f2cpp is a python script to convert Fortran 77 to C++ code. The output files of f2cpp script, in contrast to the well-known f2c translator, can be easy read by human.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    STDL (Structured test description language) is a domain-specific testing language that is used to auto-generate unit test code. It supports a myriad of output languages (incl. C#). The project's aim is that of reducing the resources required for testing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    IDC is an interactive decompiler, where the user starts with an almost literal translation of Assembly code in C language, which he progressively decompiles by the successive application of low-level refactorings, ultimately leading to high-level C code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A script(ing/ed/able) optimizing compiler for the C and Objective-C languages (and in the future other languages such as C++, D and Java). Written in a scripting language to allow for experimentation with code generation and optimization techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Basil project's mission is to build a parsing and modeling environment where one is able to work with, code in, integrate, and design a wide variety of computer languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    PLT Spy is a Python to Scheme translator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Dimenso is a library of numeric types for .Net and Java, that obey dimensional analysis and permit calculations with physical quantities. Due to the lack of C++ - like templates with numeric arguments, code generation is employed using Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A Python Shell has been constructed from Qt, QScintilla and the Python C API directly, which features syntax highlighting and simple code completion via a Qt GUI. It is hoped that a Qt Widget can be constructed from it eventually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    python-in-scheme is a scheme library that allows you to run python code within scheme. It uses the Python/C API to embed a python interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GUIE (GUI Editor) provides a simple WYSIWYG GUI editor for many dynamic languages. Currently FarPy supports wxPython, wxRuby, wxPerl & IronPython!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Text preprocessor that provides script based in-code code generation. It can be used to provide templates for languages that doesn't support them (C, Pascal). Of course, it is stronger than templates in C++ so you can find it useful with other languages
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Can emulate old computer on text the code pogram ideal to create kernel for operating system The begin the project the can emulate CPU(8080)and z80.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The ezpyinline is a pure python module which requires almost no setup to allows you to put C source code directly "inline" in a Python script or module, then the C code is automatically compiled and then loaded for immediate access from Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Collection of tools for and information about converting PHP code to Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    METIL is a python-like interpreted or compiled language made for speed and generic programming, as in C++ but with static symbolic computations, type propagation, "for" surdefinition. Object orientation is centered on properties, rather than hierarchy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a scripting language for the .NET platform, similar to Python. Previously, it had a nice IDE and could run Python code unchanged. This is a from-scratch reimplementation using the dynscript-net project. I hope to reimplement all the old features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Code2Test examines c++ code and automatically generates CPPUnit Tests from it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    xbgtk - an xbase/Harbour/xHarbour object-oriented wrapper for using the GTK+ GUI. This project has been deprecated in favour of https://github.com/tuffnatty/hbgi, an approach that uses GObject Introspection for automatic bindings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The converter performs automatically the full process of converting the files of a C project into the equivalent C++ files. Classes are created, var and functions becomes attributes and methods and the changes are propagated into all files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Jostraca is a general purpose code generation toolkit for software developers, using a syntax similar to JSP. Jostraca can be extended to generate code in any language, using any language, while placing no restrictions on software design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The CCC Language is yet another programming language. It is platform-independent, compact, and robust. Supports many SQL engines, has own ISAM DB engine, has terminal mode and more UI-s, is object-oriented, but it is compiled and not interpreted.
    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.