Python Scripting Video Course

The PyRevit youtube channel is another great resource for Revit focused python learning:

However you should keep in mind that those videos are targeting the Revit python shell, which is implemented slightly differently from the Dynamo equivalent. (different ways to call the active document; no need to worry about element wrapping, because you’re not returning anything to the graph; etc.)

14 Likes