Skip to content

Commit 3f1b2bb

Browse files
henilp105certikzmoon
authored
Add : Python Fortran Rosetta Stone (Transfer content from fortran90.org #112) (#185)
* rosetta * rosetta stone code * tables * list index tables * list index tables * math tables * math tables * math tables * math tables * rosetta stone * rosetta stone * python 2 to 3 * indexing example table * speed readings * suggestions * suggestions * suggestions * Update data/learning.yml Co-authored-by: Zachary Moon <[email protected]> * Update data/learning.yml Co-authored-by: Zachary Moon <[email protected]> * suggestions * rosetta * indentation * fortran while loop * code colouring * feat:add indentation in python codes * fix syntax * fix: indentation * fix: for indentation --------- Co-authored-by: Ondřej Čertík <[email protected]> Co-authored-by: Vincent Magnin Co-authored-by: Zachary Moon <[email protected]>
1 parent 393bbc9 commit 3f1b2bb

File tree

3 files changed

+1892
-0
lines changed

3 files changed

+1892
-0
lines changed

data/learning.yml

+7
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ books:
6464
- link: /learn/best_practices/callbacks
6565
- link: /learn/best_practices/type_casting
6666

67+
- title: Python--Fortran Rosetta Stone
68+
description: This "Rosetta Stone" shows how to implement many common idioms in Python with NumPy and Fortran side by side.
69+
category: Getting started
70+
link: /learn/rosetta_stone
71+
pages:
72+
- link: /learn/rosetta_stone
73+
6774
- title: Fortran Intrinsics
6875
description: man-pages for the Fortran Intrinsics
6976
category: Fortran Documentation

source/learn.md

+1
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,5 @@ learn/quickstart/index
184184
learn/building_programs/index
185185
learn/best_practices/index
186186
learn/intrinsics/index
187+
learn/rosetta_stone
187188
:::

0 commit comments

Comments
 (0)