How do I get started learning the API (with python)

Hello All,

I know how to write in python and want to start using the API, I would love to know how you started learning? I have seen all the example syntax is written in C#, how do I concert that to python?

Thankyou.

The LinkedIn Learning Website has a great introduction to Python for Dynamo by Jeremy Graham.

Ehsan Iran-Nejad has a few good tutorials over on his youtube channel. although he focusses on implementing the scripts using pyRevit, the same principles apply to Dynamo, you just need to substitute the pyRevit dunder methods with the right imports.

1 Like

This thread may also help :slight_smile: RevitAPI Docs to Python

This article also introduces the way Revit API can be used.

Hi, what program (Revit, Civil 3D, Advance Steel, …) API are you going to learn?

Revit api

This is one of the sites I refer people to: Take Dynamo Further 🚀 - Dynamo Python Primer

2 Likes