Next up: dip your toes into programming without scary syntax or cryptic error messages on the black screen.
Enter visual programming, specificallyGrasshopper. Grasshopper is a node-based visual language inside Rhino 3D (a 3D modeling tool). It lets you create algorithms by dragging around components and connecting wires, kind of like building a flowchart or a LEGO model of your code.
Yes, you’re “coding” by drawing boxes and arrows! How fun is that?

Why Grasshopper? Because it’s hugely popular in the AEC world for parametric design and automation. Many architects and engineers already use it to create complex geometries and generative designs without writing code. It is more powerful than Dynamo since it has connections to most of software in AEC. On to of that, it’s friendly for beginners. No syntax errors, just plug outputs into inputs. Plus, instant feedback: move a slider and watch your model update in real-time.
Visual programming builds your computational thinking muscles in a visual way. You learn to structure logic by chaining components: first import or create some geometry/data, then do something to it (move it, calculate something), then get a result. Those are your inputs, algorithms, outputs in action. And if you mess up, the worst you get is an error on the last component. The previous script component will still work and show the results.
Another big perk: Grasshopper connects to hundreds of tools and plugins. It’s like the universal adapter of AEC. Want to send data to Revit, analyze structure in Etabs, or optimize connections in IdeaStatica? Grasshopper hasFREE plugin for that. So you’re already solving real AEC tasks, just visually. This keeps learning exciting and relevant. No “why am I learning this?” blues - you’ll be creating cool stuff at work while learning. 🎉And this is one of the biggest superpowers of Grasshopper.

By the end of Step 2, you’ll be comfortable thinking in terms of processes and logic, and you’ll have built some cool visual scripts. Your coworkers will wonder how you became a “wizard” in short time who makes diagrams do the work, but shhh, it’s just Step 2 magic. 😉