Category: Documentation

  Subscribe vis RSS
   Back to all Posts


PythonNet3: A New Python to Fix Everything

In our recent Dynamo 3.4 announcement we mentioned the availability of a new package, "PythonNet3", which provides a new engine for Dynamo's Python nodes ("Python Script" and "Python Script from String"). This post is a deep-dive into that terse announcement, exploring what the new engine does differently, how to transition, and where we go from h

Discover the New Dynamo Package Management Experience

Hello friends of Dynamo! We are thrilled to announce the launch of our refreshed Package Manager in Dynamo and our newly revamped Dynamo Package Manager website! We know that finding the right version of the package that will work for your Dynamo setup is not easy right now. The Package Manager, which serves as a one-stop-shop for all your packa

Lost in Translation? Unmasking Data.StringifyJSON and Data.Remember Nodes in Dynamo

Introduction The JSON.stringify() function in Node.js is used to convert JavaScript objects into JSON format. It takes an object as an input and returns a string in JSON format. This function is commonly used when you need to send data from a server to a client in a format that is easily interpretable by the client. It's also useful for storing