The old broken link of NodeBox 1 documentation
I am curious about this broken link from the docs... are they useful, did anyone manage to archive the information?
#### Below from Docs with broken link
"Clean, commented code"
The programming language that drives NodeBox is Python, written by Guido Van Rossum. Python emphasizes on productivity and code readability. We think it's excellent to learn programming. You can find all the documentation and tutorials on http://python.org/doc/.
We usually keep these under our pillow:
Information about for-loops, if-statements, def-commands: http://docs.python.org/tut/node6.html
Interesting things you can do with Python lists:
http://docs.python.org/tut/node7.html
Interesting things you can do with Python strings:
http://docs.python.org/lib/string-methods.html
Thanks!
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by lucasnijs on 31 Aug, 2016 08:52 AM
A quick google search for "Python string operations" or any other of the above will get you a wealth of information. If we find time we will adapt the links (python.org reorganised apparently...)