User:Camilo: Difference between revisions
Line 12: | Line 12: | ||
P Y T H O N | P Y T H O N | ||
* Verb: Parsing | * Verb: Parsing, to separate a sentence into grammatical parts, such as subject, verb, etc. | ||
* 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" | * "Expressions must be same type in order to operate each other" |
Revision as of 09:36, 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: Parsing, to separate a sentence into grammatical parts, such as subject, verb, etc.
- Tool: Python visualizator ☼ https://vpyast.appspot.com
- "Expressions must be same type in order to operate each other"
- "?" to look documentation