An open source implementation of OpenAI's ChatGPT Code interpreter
...For Azure OpenAI Services, there are also other configurable variables like deployment name. See .env.azure-example for more information. Note that model selection on the UI is currently not supported for Azure OpenAI Services.
l3lang is a persistent Python-like language and the l3gui provides a
worksheet-like interface where computed values can be examined via
simple selection and scripts can be assembled as structures.
Phino is a advanced GUI Language written on top of Python and wxPython to write GUIS in a simplified way. It supports many of the operations of python and seperates the design from the coding
GUESS, or the Graph Exploration System, is a system and language for visualizing and manipulating graph structures and creating new visualization applications.
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.
ACDK - Artefaktur Component Development Kit - is a platform independent C++-framework similar to Java or C#/.NET for generating distributed and scriptable components and applications.
InterPython (stands Python InterOperability) is a .NET library that allows a python interpreter to be "embedded" in your .NET programs, and gives you (almost) transparent access to python libraries and services in .NET programs. Great for GUIs, etc.
Threadmill is a compact and powerful set of tools that integrates parsing and intuitive multithreadability with command-line programs written in the Python programming language.