Grasshopper

algorithmic modeling for Rhino

being a student of architecture and graphics desighn......which set of language should i learn and which should be taken as a 'start'.....as i dont know about programing.......

Views: 723

Replies to This Discussion

"In general" it is to be expected that Python would be easier to learn, as it is a higher level language than C#. Python is also dynamically typed rather then statically typed like C#, meaning that you don't declare types and that variables can change type. Not that this is necessary a good thing as it can lead to type confusion and slower runtimes. It does however mean, literally, less code and bookkeeping to do the same thing. "Generally" making it easier to read and comprehend.

But that's really all theory and brains are clearly wired differently. I would suggest looking up some basic tutorial videos on Youtube or checking out some source code of the three languages. I imagine one of them might immediately appeal more to your brain than the others :)  

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service