User:Camilo: Difference between revisions
Line 4: | Line 4: | ||
==<p style="color:black; font-family: Alike Angular;"> Prototyping </p>== | ==<p style="color:black; font-family: Alike Angular;"> Prototyping </p>== | ||
I N T R O | I N T R O | ||
* tool: "Notebook" /// Nobel way to mix text and code | * tool: "Notebook" /// Nobel way to mix text and code <span style="font-size:10px;"> https://notebook.xpub.nl/user/camilo/lab </span> | ||
** (.ipynb) | ** (.ipynb) | ||
* Literate programming: "Donald E. Knuth" ☼ <span style="font-size:10px;"> https://en.wikipedia.org/wiki/Literate_programming </span> | * Literate programming: "Donald E. Knuth" ☼ <span style="font-size:10px;"> https://en.wikipedia.org/wiki/Literate_programming </span> | ||
Line 14: | Line 14: | ||
* Verb: Pars(c)ing? | * Verb: Pars(c)ing? | ||
* Tool: Python visualizator ☼ <span style="font-size:10px;"> https://vpyast.appspot.com </span> | * Tool: Python visualizator ☼ <span style="font-size:10px;"> https://vpyast.appspot.com </span> | ||
* | * "Expressions must be same type in order to operate each other" | ||
* "?" to look documentation | |||
==<p style ="color:black; font-family: Alike Angular;">ISSUE · 13</p>== | ==<p style ="color:black; font-family: Alike Angular;">ISSUE · 13</p>== |
Revision as of 09:32, 23 September 2020
A.
Prototyping
I N T R O
- tool: "Notebook" /// Nobel way to mix text and code https://notebook.xpub.nl/user/camilo/lab
- (.ipynb)
- Literate programming: "Donald E. Knuth" ☼ https://en.wikipedia.org/wiki/Literate_programming
- Pdf tip: visualize a specific #page (/pdf#page=15)
- "is real code in the scense of being cryptic"
- there is a lot of analytical thought reading code, stop, decrypt, get lost, keep reading. is it allways a trying to find out meaning and functions?
P Y T H O N
- Verb: Pars(c)ing?
- Tool: Python visualizator ☼ https://vpyast.appspot.com
- "Expressions must be same type in order to operate each other"
- "?" to look documentation