Showing 3194 open source projects for "compiler python linux"

View related business solutions
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • 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
  • 1
    QxTransformer is no longer maintained.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    The pcre_cxx C++ class provides an easy and efficient way to use the PCRE regexp library in a C++ application. It uses the upcoming c++0x rvalue reference feature. So, if you use GCC compiler >= 4.3.3 version, use the "-std=c++0x" compiler option.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    AFMS is an Artefact Management System to manage some of the artefacts appearing in the development process of a product. Artefacts are for example requirements, use cases or test cases. AFMS contains an artefact editor and a test execution tool.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    WaterSnake is a classbased developing suite written in Python. It assumes that no programming knowledge is needed: the only thing you have to do is to decide the structure of what you want to manage and then manage it, in a Server/Client structure.
    Downloads: 0 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
    USAGE OF SOURCEFORGE IS DEPRECATED: Go to http://springpython.webfactional.com for current project development. Spring Python is an offshoot of the Java-based Spring Framework and Spring Security, targeted for Python. Spring provides many useful features
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    UCC is an ANSI C compiler which supports Linux and Windows running on Intel x86 platform. Its compilation speed is fast and it is suitable for personal research and instructional use.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    A thin and simple syntax and parser for generic symbolic expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Gladizer: Creates a runnable class from a (.glade) file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SoloTemplate is a simple stand-alone template engine written in Python, designed to load a data file and a template file and from them produce an output file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 10
    screng is a lgpl general purpose programming language interpreter, which aims to also become a bytecode compiler.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    This is a Python interface for reading and writing Magellan GPS unit map files. There is also a command line tool for creating GPS maps from OpenStreetMap data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    (Deprecated) library to provide access to Gmail via Python. We strongly encourage you to use Gmail's new IMAP interface and Python's imaplib instead.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Delight is an imperative, object-oriented programming language with a Python-like syntax. Internally, it is based on the D programming language, and therefore supports classes, interfaces and templates, and compiles to efficient native code using GDC.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 14
    Objective-3D is a video-game library developped by Dream Overflow. It works on PC and Machintosh, and it is developped for Windows, Linux and MacOSX plateforms. Developed in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    omniEvents is an implementation of the OMG Event Services Specification v1.1 for omniORB, a CORBA Object Request Broker for C++ and Python.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An piece of software that helps you creating forms for your webpages. puts the whole from into a table so the HTML is export quite elegant. I programmed it in Python, using Tkinter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Analyzes Cpp code for unused public functions, public functions which are candidates to be private functions and duplicate implementation of public functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Tool for Cython aimed to provide a functionality similar to SWIG. It rolls out "extern from" directives and generates shadow classes definitions. Can be used instead of cython in command line.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    VoIPER is a VoIP security testing toolkit incorporating several VoIP fuzzers and auxilliary tools to assist the auditor. It can currently generate over 200,000 SIP tests and H.323/IAX modules are in development. It's also a damn cool project name ;)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    PyMaTi is a simple and easy to use GUI for numerical and scientific computing in Python. It surrounds well know packages NumPy and Matplotlib and provides possibility to immediately play with numerical python from intuitive user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ropes are a scalable string implementation that are designed for efficient operation by utilizing lazy operations such as concatenation and slicing. This is a python C module which implements ropes for pythons.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    This project implements the Multimodal Middleware Protocol in Python. It can be used to connect multimodal components in the same computer or in the network. The Multimodal Hub and Browser component can be used to manage the component network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project is created mainly to emulate those structures (features) not included in a wide range of object oriented languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    python-certtool is tool to generate SSL certificates using gnutls
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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: 3 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.