Conférence
Notice
Langue :
Français
Crédits
Emily Bourne (Intervention)
Conditions d'utilisation
Droit commun de la propriété intellectuelle
Citer cette ressource :
Emily Bourne. GroupeCalcul. (2023, 19 septembre). Pyccel: write Python code, get Fortran speed , in Webinaires Accélérateurs Python. [Vidéo]. Canal-U. https://www.canal-u.tv/146397. (Consultée le 17 mai 2024)

Pyccel: write Python code, get Fortran speed

Réalisation : 19 septembre 2023 - Mise en ligne : 20 septembre 2023
  • document 1 document 2 document 3
  • niveau 1 niveau 2 niveau 3
Descriptif

Pyccel stands for Python extension language using accelerators.

The aim of Pyccel is to provide a simple way to generate automatically, parallel low level code. The main uses would be:

  1. Convert a Python code (or project) into a Fortran or C code.
  2. Accelerate Python functions by converting them to Fortran or C functions.

Pyccel can be viewed as:

  • Python-to-Fortran/C converter
  • a compiler for a Domain Specific Language with Python syntax

Pyccel comes with a selection of extensions allowing you to convert calls to some specific Python packages to Fortran/C.

[Pyccel]: https://github.com/pyccel/pyccel

Intervention
Thème

Dans la même collection