Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Start Free
MongoDB Atlas runs apps anywhere
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.
Cython is an optimizing static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C extensions for Python as easy as Python itself. Write Python code that calls back and forth from and to C or C++ code natively at any point. Easily tune readable Python code into plain C performance by adding static type declarations, also in Python syntax. Use combined source code level debugging to find bugs in your Python, Cython, and C code. ...
Pex adds to Pyrex, or Cython, the ability to write C fast numerics using numpy.ndarray, frees you from Makefiles and header files, and makes your Pyrex classes serializable, through both pickling and a much faster scheme.
Ouroborus is an artificial life framework for mobile agents on a background of cellular automata. It can be used to teach and research topics such as population genetics, ecology and evolution. The demo includes a curses view and live Csound audio.
pappy = PortAudio Pushed to PYthon. It's a Pyrex wrapper around the PortAudio library. No attempt has been made to make it more Pythonic; it's simply the C functions turned into Python as closely as I could.
Repository of python interfaces to major scientific libraries, like HDF, netCDF and MPI. The interfaces are based on SWIG or PyRex, and should be portable to most Linux/Unix platforms.
PyEMS is a Python module written in Pyrex bringing TIBCO EMS functionality to Python. Publish, Subscribe and Request/Reply are supported for both Topics and Queues. Requires a licensed version of TIBCO EMS.
pdi_lib a collection of digital image processing function implemented as a module for python.
The code is written in Pyrex for clarity and speed improvement.