Source Code of "out of the box" nodes

Hi everyone,

Is it possible to see the code of the “out of the box” nodes in python?
I was wondering if it could be a good way to learn about Python script nodes and Revit API.

Regards,

@JC.Moreno ,

here codes from clockwork, thats good for learning

archilab has also stuff exposed

here you can start… or a lot of channals that deal with python/…
Aussi BimGuru

KR
Andreas

1 Like

Anything written in python would be available in a python node. The out of the box nodes and any other package that uses zero touch nodes, where there is no nested graph to investigate, are likely written in something else, like C#.

As you can see from @Draxl_Andreas’s post, most of the more well known packages have a GitHub repo that allows you to see all their work, including an official Dynamo repo.

For helpful information on python you can check out this thread: