... | @@ -5,7 +5,7 @@ |
... | @@ -5,7 +5,7 @@ |
|
This page documents the essentials to make your own node for sverchok. We make several assumptions about your Python knowledge - an affinity for Python is a prerequisite. If you suck at Python, you will have a bad time trying to write nodes for sverchok (-- a hard truth).
|
|
This page documents the essentials to make your own node for sverchok. We make several assumptions about your Python knowledge - an affinity for Python is a prerequisite. If you suck at Python, you will have a bad time trying to write nodes for sverchok (-- a hard truth).
|
|
|
|
|
|
##### you don't know python well..
|
|
##### you don't know python well..
|
|
my advice to you is to read first all the shorter nodes, and take notes about parts you don't understand. As you read more, the notes you took on previous nodes will be about techniques that re-occur in other nodes. Once you notice some repition of the techniques you can class them, but start to associate the code with a procedure. Humans learn by extracting patterns from the chaos, but you have to see enough new material to let your brain do the pattern matching.
|
|
my advice to you is to read first all the shorter nodes, and take notes about parts you don't understand. As you read more, the notes you took on previous nodes will be about techniques that re-occur in other nodes. Once you notice some repetition of the techniques you can class them, but start to associate the code with a procedure. Humans learn by extracting patterns from the chaos, but you have to see enough new material to let your brain do the pattern matching.
|
|
|
|
|
|
Also do any of the free python courses, and quit and move on from easy ones to harder ones.
|
|
Also do any of the free python courses, and quit and move on from easy ones to harder ones.
|
|
|
|
|
... | | ... | |