Showing 300 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
  • 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
    Open Metaheuristic (oMetah) is a library aimed at the conception and the rigourous testing of metaheuristics (i.e. genetic algorithms, simulated annealing, ...). The code design is separated in components : algorithms, problems and a test report generator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Python modules that wrap Lev Walkin's asn1c code. ASN.1 notation is translated to C-code and this code is built into python module that can der-encode and -decode structures from ASN.1 description.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Python bindings for Ogre3d graphics engine, built using Py++ and Boost.Python library - Also refered to a Python-Ogre.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4

    Prefix Tree

    A lighting-fast prefix tree and DAWG implementation in C and python

    A lighting-fast prefix tree (trie) and compressed prefix tree (DAWG) implementation. This library can be usefull for longest-prefix matching, code completion, dictionary compression, spell checking.
    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
  • 5
    OPEW

    OPEW

    A complete multi-language developement stack for GNU/Linux

    OPEW is a powerful, complete, independent and extensible open source distribution stack for GNU/Linux based OS. Its goal is to provide a rich, portable, ready-to-run development environment focused on modern and robust programming languages in order to satisfy the common needs for a software development. OPEW includes the latest stable version of PHP, Ruby, Perl, Node.js, Go, Python and Lua, providing a powerful multi-language development enviroment. It's also given a full stack of open...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This is a simple tokenizer for converting source code in ascii text files into a ZX Spectrum loadable image file
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    JPype is an effort to allow python programs full access to java class libraries. This is achieved not through re-implementing Python, as Jython/JPython has done, but rather through interfacing at the native level in both Virtual Machines. Maintenance and evolution of the project has moved! please see http://www.jpype.org for the latest version
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    We create open-source infrastructural code and provide technical documentation on Indian language computing issues. Our mailing lists provide fora where Indian language computing can be discussed.
    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
  • 10
    PyCDep is a tool to analyze include dependencies between files in C and C++ programs. PyCDep itself is written in python. It dumps all the facts in a prolog database which can be queried. Visualization is possible by dumping graphviz (.dot) files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A Python interface for the Perforce SCM System. PyPerforce allows you to connect to a Perforce server and execute Perforce commands directly from Python code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Panda3D

    Panda3D

    A powerful cross-platform and open-source 3-D rendering engine.

    Panda3D is a powerful 3-D rendering engine for many Unix-based and Windows platforms. See the Panda3D home page at https://www.panda3d.org for more information and for forums and downloads. The source code is no longer hosted at SourceForge, but is now available from GitHub: https://github.com/panda3d/panda3d
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A Python script that parses an SNMP MIB text file and generates a skeleton C source code file that can be used with the LWIP-SNMP to implement a private mib. It depends on the pyparsing-1.5.5 module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    C2Ada
    C2Ada is a translator from the C programming language to the Ada programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    CLIG

    command line interface generator

    CLIG - Command Line Interface Generator Clig is a code generator for several programming languages that allows you easy creation of command line parsers. Including a GUI and Command Line tool.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    SamChanEd
    SamChanEd is a command line tool to organize channels list on Samsung TV. Currently it supports only analog channels on C series of TV sets. TV icon by http://cemagraphics.deviantart.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PyChecker is a static analysis tool for finding bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    haggies
    haggies is an optimizing code generator. It can read in expressions in common notation and generate output for many programming languages including C/C++, Java, Fortran, Python and many others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    caspin
    caspin is a thin wrapper library around Mozilla's Tamarin Project, which enables you to seamlessly integrate the AVM2 (Adobe Virtual Machine 2) into your C/C++ Projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Reviewing memory allocation and data structures of an extant Sourceforge project unix-named "simupop". A new development version of the extant project is established and the ultimate goal is to "rev up" the old, hence the project name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    bocca is a text-based, scriptable, interactive development environment for SIDL/Babel-based development of mixed language C/C++/Fortran/Java/Python code. It manages source and build systems. Bocca automates creating SIDL/Babel code or CCA components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Collection of tools for modifying the game Warcraft III: The Frozen Throne including frameworks such as "wc3lib" and "Advanced Script Library".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ika is a game engine designed to allow one to make a console style RPG with a minimum of code, while allowing one who is willing to code an impressive level of power over the look and feel of one's project, thanks to the embedded Python interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    That project aims at providing tools and code to be used in C++ projects that use CppUnit and/or trac, to be able to include them easily in CruiseControl.
    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.