# Take Dynamo Further 🚀

#### Welcome!

Thanks for visiting the Dynamo Python Primer. Inspired by the amazing [Dynamo Primer](https://primer.dynamobim.org/), this guide aims to be the next step in bringing programming knowledge to keen Dynamo users.

#### What's All This About, Then?

Autodesk's Dynamo is an invaluable tool for AEC professionals; it lets you build automated workflows, analyse your designs, define parametric geometry and more.&#x20;

Python is one of the most popular programming languages in the world. It's highly flexible, easy to learn (even for beginners) and is used for everything from data visualisation to machine learning.

Brought together, they're more than the sum of their parts. Writing Python scripts in Dynamo will change the way you work for the better.&#x20;

![](https://1200667159-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LqjgCN1whMnYsKXtYmV%2F-LxBNFqfpYAWXTZ170Lj%2F-LxBNTqz57i_zjkmBN4A%2FPythonDynamo.jpg?alt=media\&token=c39bc008-afb9-475d-b4e5-668fd169b56f)

**New to Coding?**

If you've never written a line of code before, don't panic! This guide is designed to help a confident Dynamo user take their first steps into programming with Python. It will introduce all the relevant topics step-by-step and will show you all the resources you need to take your custom tools further using Python.

{% hint style="info" %}

#### Thoughts? Get in touch!

The Dynamo Python Primer remains a live guidance document and is open source, so we would love to receive your thoughts, feedback and pull requests!\
Contact details are [here](https://dynamopythonprimer.gitbook.io/dynamo-python-primer/about-this-primer).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dynamopythonprimer.gitbook.io/dynamo-python-primer/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
