Skip to content

Commit 1f19eb5

Browse files
committed
tip from @abrudz
1 parent 9c1f22d commit 1f19eb5

File tree

2 files changed

+96
-99
lines changed

2 files changed

+96
-99
lines changed

content/mooreslaw-tutorial.md

+5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ kernelspec:
1616

1717
# NumPy vs APL
1818
![](https://assets-global.website-files.com/64483ba2cd3664f5275be1da/6453af3005d3267ad3bccce9_red-logo-short.svg)
19+
1920
![](https://assets-global.website-files.com/64483ba2cd3664f5275be1da/6453a4df70dfe3083a2fdc5d_logo-long.svg)
21+
22+
https://youtu.be/ZB0IJMRpbRE
23+
2024
@MaxCan-Code "Max Sun APL"
2125

2226
+++ {"editable": true, "slideshow": {"slide_type": "subslide"}}
@@ -204,6 +208,7 @@ slideshow:
204208
run("""
205209
csv←(⎕CSV⍠'Separator' ',')'transistor_data.csv'⍬ 4
206210
data←1↓csv[;2 3]
211+
data←1⊃⎕CSV'transistor_data.csv'⍬(0 4 4 0 0 0)1
207212
""");
208213
209214
# csv = np.loadtxt("transistor_data.csv") # Value Error: could not convert string to float

0 commit comments

Comments
 (0)