Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Go from Code to Production URL in Seconds
Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
FIDe is a software-based fault injector designed to validate Fault-Tolerant mechanisms and techniques used by applications. It was first used to measure database recovery coverage and costs, but can be used to test and validate ordinary applications.
FungeWars, written in Python, loads two Befunge programs onto the same grid, where each tries to cause the other to quit or crash. A standalone Befunge interpreter, PyFunge, is also included.
Befunge is an esoteric two-dimensional programming language.
Designed to aid in the conversion of Python modules to C extension modules while keeping the same interface into the module. This will make it easier to convert existing Python code into C code to give it a speed boost without changing to existing code
A simple XML taglib processor. It reads in an XML document and, based on XML namespaces, chooses a library to handle the part of the XML tree within that namespace. The result is a new XML document.
The pyxhtml Python XHTML class can be used to programatically generate XHTML documents. It is particularly useful when one has to add an XHTML output module to a Python application.
EwgLib is a suite of Python libraries that enable extremely rapid application development. It is also a suite of such applications, each of which can be
used via a CLI, GUI, or web-based interface. Currently included is a bulk
email program.
The in
Frosttie (FROnt-end SchemaTron Text Internet Engine) takes XHTML pages and processes them with various user-definable filters such a W3C's WAI, Section 508 (US) web usability compliance, ad removal, etc. It can be used with zKnowMan.
A tight python crypto module implementing only the latest and greatest: Rijndael (AES) symmetric cipher in 128, 192 and 256 bits supporting password encryption, SHA 256 and several CSPRNG schemes in pure python.
The FastForm is a component that helps a user to fill out huge forms and only fields that needed wasting no time to look up proper fields through the whole form.
This project presents an implementation of a "Weak Reference" C extension object for CPython. The code is written and tested to be compatible with Python 2.0.
YakTrack is a lightweight issue-tracking system written in Python and using XML as a storage medium. Users may define issue types, submit and query issues, and edit existing issues as they wish. Console, email, and CGI interfaces are included.
Jacomma is a framework for developing network-aware reactive information agents, using the ICM agent communication infrastructure. It offers transparent ICM bindings for java, and includes a lightweight agent execution environment.
PySDL is a set of bindings for the SDL library, and relevant companion libraries. It is now unmaintained - the recommended active fork is the pygame project at pygame.seul.org.
The LisBON Framework is an adaptable framework for developing new parallel Memetic Algorithms (hybrid search algorithms for efficiently solving optimisation problems).
FTF (for Flexible Testing Framework) is a modular framework for testing, both automatic and manual, and quality assurance. FTF initial development has been done in the EDOS project, to support Linux distributions testing.
Praktomat is a web-based manager for programming labs.
Students submit programs via the Web; Praktomat automatically compiles, tests and checks them; submissions not meeting the quality criteria are rejected.
Top-down parser with dynamically modified grammar.
May be a bit slower than tool-generated parsers, but grammar may change in runtime.
That lets you create languages with dynamically changing grammar, is perfect for embedded scripting languages and allows easier compiler creation process.
Guide is a Python library for UI layout and data-binding which is cross-platform and supports multiple UI libraries. It allows users to quickly iterate on design and functionality of UIs using an xml markup-language.