# Tools for Python HPC

Subsets or supersets of the Python language.

## Python inspired language

- Cython
- [Taichi]
- [Triton]
- [Codon]
- Mojo

## Python and Python-Numpy compilers

- Pythran (transpiler to C++, AOT)
- Numba (Python Numpy JIT compiler based on LLVM)
- [Pyccel] (transpiler to Fortran)
- [Mypyc] (transpiler to C)
- [Grumpy] (transpiler to Go)
- [LPython]
- [hope] (transpiler to C++, JIT)

## Meta accelerators

- [Compyle]
- Transonic

## Table of contents

```{tableofcontents}
```

[codon]: https://github.com/exaloop/codon
[compyle]: https://github.com/pypr/compyle
[grumpy]: https://github.com/google/grumpy
[hope]: https://github.com/jakeret/hope
[lpython]: https://github.com/lcompilers/lpython
[mypyc]: https://github.com/mypyc/mypyc
[pyccel]: https://github.com/pyccel/pyccel
[taichi]: https://github.com/taichi-dev/taichi
[triton]: https://triton-lang.org
