All Projects → pnavaro → python-fortran

pnavaro / python-fortran

Licence: MIT license
Python-Fortran bindings examples

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to python-fortran

f2py-examples
Examples of using f2py to get high-speed Fortran integrated with Python easily
Stars: ✭ 44 (-2.22%)
Mutual labels:  f2py
opensbli
A framework for the automated derivation and parallel execution of finite difference solvers on a range of computer architectures.
Stars: ✭ 56 (+24.44%)
Mutual labels:  finite-differences
NumDiff
Modern Fortran Numerical Differentiation Library
Stars: ✭ 48 (+6.67%)
Mutual labels:  finite-differences
Finite-Difference-Method
A Finite Difference Method Engine in C++
Stars: ✭ 15 (-66.67%)
Mutual labels:  finite-differences
WaveProp in MATLAB
Single-file implementations of 2D and 3D acoustic and elastic wave propagation in time domain using finite-differences(FDTD). Simple formulation and implementation
Stars: ✭ 39 (-13.33%)
Mutual labels:  finite-differences
hwm93
NASA Horizontal Wind Model HWM93 in Python and Matlab
Stars: ✭ 14 (-68.89%)
Mutual labels:  f2py
data-science-notes
Open-source project hosted at https://makeuseofdata.com to crowdsource a robust collection of notes related to data science (math, visualization, modeling, etc)
Stars: ✭ 52 (+15.56%)
Mutual labels:  jupyter-book
Intro-Cultural-Analytics
Introduction to Cultural Analytics & Python, course website and online textbook powered by Jupyter Book
Stars: ✭ 137 (+204.44%)
Mutual labels:  jupyter-book
MDAPL
The de facto standard for people who are looking to learn Dyalog APL from a book. This updated version is a work in progress.
Stars: ✭ 24 (-46.67%)
Mutual labels:  jupyter-book
simply-logical
Online, interactive edition of the "Simply Logical" Prolog textbook
Stars: ✭ 66 (+46.67%)
Mutual labels:  jupyter-book

Python-Fortran bindings examples

binder jupyterbook

git clone https://github.com/pnavaro/python-fortran.git
cd python-fortran
conda env create -f environment.yml
conda activate python-fortran
jupyter notebook

You can open py files or ipynb files in notebooks directory. They are synchronized with jupytext.

Reminder: Build the Jupyter book

make
jupyter-book build notebooks

and eventually push the book to gh-pages

ghp-import -n -p -f notebooks/_build/html

Pierre Navaro IRMAR CNRS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].