Description
This class will walk through the basic concepts involved in using
Python within the Dynamo Environment.
We will cover some basic Python concepts that are needed to write a few code samples,
as well as explain in detail all the boiler plate and import codes that are used.
The class will also touch on some aspects of the Revit API that are needed
to perform basic operations such as the active document and transactions.
Python within the Dynamo Environment.
We will cover some basic Python concepts that are needed to write a few code samples,
as well as explain in detail all the boiler plate and import codes that are used.
The class will also touch on some aspects of the Revit API that are needed
to perform basic operations such as the active document and transactions.
Key Learnings
- Understand and troubleshoot Dynamo Python code.
- Understand the difference between Python and IronPython
- Have a basic understanding of how Python works within Dynamo
- Examine and inspect Python Packages created by the Community