.. _links: Links ===== This page lists links to various resources. PyTensor requirements --------------------- - git_: A distributed revision control system (RCS). - pytest_: A system for unit testing. - numpy_: A library for efficient numerical computing. - python_: The programming language in which PyTensor is written. - scipy_: A library for scientific computing. Libraries we might want to look at or use ----------------------------------------- This is a sort of memo for developers and would-be developers. - autodiff_: Tools for automatic differentiation. - boost.python_: An interoperability layer between Python and C++ - cython_: A language to write C extensions to Python. - liboil_: A library for CPU-specific optimization. - llvm_: A low-level virtual machine we might want to use for compilation. - networkx_: A package to create and manipulate graph structures. - pycppad_: Python bindings to an AD package in C++. - pypy_: Optimizing compiler for Python in Python. - shedskin_: An experimental (restricted-)Python-to-C++ compiler. - swig_: An interoperability layer between Python and C/C++ - unpython_: Python to C compiler. .. _git: http://git-scm.com/ .. _pytest: http://docs.pytest.org/en/latest/ .. _numpy: https://numpy.org/ .. _python: http://www.python.org .. _scipy: http://scipy.org/ .. _autodiff: http://www.autodiff.org .. _boost.python: https://www.boost.org/doc/libs/1_85_0/libs/python/doc/html/index.html .. _cython: http://www.cython.org/ .. _liboil: http://liboil.freedesktop.org/wiki/ .. _llvm: http://llvm.org/ .. _networkx: https://networkx.org/ .. _pypy: https://doc.pypy.org/en/latest/ .. _swig: http://www.swig.org/ .. _unpython: https://code.google.com/archive/p/unpython/ .. _pycppad: https://github.com/Simple-Robotics/pycppad .. _shedskin: https://shedskin.github.io/shedskin/